mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Update templates
This commit is contained in:
34
.github/PULL_REQUEST_TEMPLATE.md
vendored
34
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -1,23 +1,21 @@
|
||||
### PLEASE READ THE FOLLOWING INSTRUCTIONS
|
||||
<!-- PLEASE READ THE FOLLOWING INSTRUCTIONS -->
|
||||
|
||||
Thanks for helping out! 😇
|
||||
### Proposed solution
|
||||
<!-- Which specific problem does this PR solve and how? -->
|
||||
<!-- If it fixes a particular Issue, add "Fixes #ISSUE_NUMBER" in your title -->
|
||||
|
||||
* 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/.github/CONTRIBUTING.md#bulma-sass-styleguide)
|
||||
* If your PR fixes an issue, reference that issue
|
||||
* If your PR has lots of commits, **rebase** first
|
||||
* Run `npm run build` and `npm run docs` before submitting your PR
|
||||
### Tradeoffs
|
||||
<!-- What are the drawbacks of this solution? Are there alternative ones? -->
|
||||
<!-- Think of performance, build time, usability, complexity, coupling…) -->
|
||||
|
||||
Please remove any unused content (including these instructions) before submitting your issue.
|
||||
|
||||
### Pull Request
|
||||
### Testing Done
|
||||
<!-- How have you confirmed this feature works? -->
|
||||
|
||||
Fixes #
|
||||
|
||||
Changes proposed:
|
||||
|
||||
* [ ] Add
|
||||
* [ ] Fix
|
||||
* [ ] Remove
|
||||
* [ ] Update
|
||||
<!-- BEFORE SUBMITTING YOUR PR, MAKE SURE TO FOLLOW THESE STEPS: -->
|
||||
<!-- 1. Pull the latest `master` branch -->
|
||||
<!-- 2. Run `npm install` to install all Bulma dependencies -->
|
||||
<!-- 3. Make sure your Sass code is compliant with the [Bulma Sass styleguide](https://github.com/jgthms/bulma/blob/master/.github/CONTRIBUTING.md#bulma-sass-styleguide) -->
|
||||
<!-- 4. If your PR fixes an issue, reference that issue -->
|
||||
<!-- 5. If your PR has lots of commits, **rebase** first -->
|
||||
<!-- 6. Run `npm run deploy` before submitting your PR -->
|
||||
|
||||
Reference in New Issue
Block a user