# Contributing

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

## Setup

- Clone this repo (`git clone https://github.com/loitd/vue-quicktemplate --branch=dev`)
- Make sure you have node & yarn installed locally.
- `cd vue-quicktemplate`
- Run `yarn install` to get all dependencies installed.

## Pull requests

Please ensure all pull requests are made aganst the `dev` branch on GitHub. See the
[Conventional Commits](https://conventionalcommits.org/) spec for commit and PR naming guidelines.
This is very important, as the `CHANGELOG` is generated from these messages.

Examples:

- `fix(modal): fixes some broken modal stuff`
- `feat(table): add a feature to the table compoment!`

## Credits

### Contributors

Thank you to all the people who have already contributed to bootstrap-vue!
<a href="https://github.com/loitd/vue-quicktemplate/graphs/contributors"><img src="https://opencollective.com/vue-quick-template/contributors.svg?width=890" class="img-fluid"></a>