mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 20:24:30 -07:00
Add contribution templates
This commit is contained in:
19
PULL_REQUEST_TEMPLATE.md
Normal file
19
PULL_REQUEST_TEMPLATE.md
Normal 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! 😇
|
||||
Reference in New Issue
Block a user