Add contribution templates

This commit is contained in:
Jeremy Thomas
2016-04-10 18:47:14 +01:00
parent 155f8442e0
commit 4d3aa5a51f
4 changed files with 125 additions and 0 deletions

19
PULL_REQUEST_TEMPLATE.md Normal file
View File

@@ -0,0 +1,19 @@
Fixes #
Changes proposed:
* [ ] Add
* [ ] Fix
* [ ] Remove
* [ ] Update
### Requirements
* [ ] Pull the latest master branch
* [ ] Run `npm install` to install all Bulma dependencies
* [ ] Make sure your Sass code is compliant with the [Bulma Sass styleguide](https://github.com/jgthms/bulma/blob/master/CONTRIBUTING.md#bulma-sass-styleguide)
* [ ] If your PR fixes an issue, reference that issue
* [ ] If your PR has lots of commits, **squash** your commits first
* [ ] Run `npm run build` before submitting your PR
Thanks for helping out! 😇