bulma/.github/PULL_REQUEST_TEMPLATE.md

24 lines
674 B
Markdown
Raw Normal View History

2016-09-11 12:53:13 +00:00
### PLEASE READ THE FOLLOWING INSTRUCTIONS
2016-04-16 20:50:48 +00:00
2016-09-11 12:53:13 +00:00
Thanks for helping out! 😇
2016-04-16 20:50:48 +00:00
2016-09-11 12:53:13 +00:00
* Pull the latest `master` branch
2016-04-16 20:50:48 +00:00
* 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
2016-09-11 12:53:13 +00:00
* If your PR has lots of commits, **rebase** first
* Run `npm run build` and `npm run docs` before submitting your PR
2016-04-16 20:50:48 +00:00
2016-09-11 12:53:13 +00:00
Please remove any unused content (including these instructions) before submitting your issue.
2016-04-16 20:50:48 +00:00
### Pull Request
2016-04-10 17:47:14 +00:00
Fixes #
Changes proposed:
* [ ] Add
* [ ] Fix
* [ ] Remove
* [ ] Update