mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix #1236
This commit is contained in:
14
.github/PULL_REQUEST_TEMPLATE.md
vendored
14
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -1,6 +1,12 @@
|
||||
<!-- PLEASE READ THE FOLLOWING INSTRUCTIONS -->
|
||||
<!-- DO NOT REBUILD THE CSS OUTPUT IN YOUR PR -->
|
||||
|
||||
<!-- Choose one of the following: -->
|
||||
This is a **new feature | improvement | bugfix | documentation fix**.
|
||||
<!-- New feature? Update the CHANGELOG.md too, and eventually the Docs. -->
|
||||
<!-- Improvement? Explain how and why. -->
|
||||
<!-- Bugfix? Reference that issue as well. -->
|
||||
|
||||
### Proposed solution
|
||||
<!-- Which specific problem does this PR solve and how? -->
|
||||
<!-- If it fixes a particular Issue, add "Fixes #ISSUE_NUMBER" in your title -->
|
||||
@@ -9,14 +15,14 @@
|
||||
<!-- What are the drawbacks of this solution? Are there alternative ones? -->
|
||||
<!-- Think of performance, build time, usability, complexity, coupling…) -->
|
||||
|
||||
|
||||
### Testing Done
|
||||
<!-- How have you confirmed this feature works? -->
|
||||
<!-- Please explain more than "Yes". -->
|
||||
|
||||
<!-- 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. Your PR should only affect `.sass` and documentation files -->
|
||||
<!-- 4. Make sure your PR only affects `.sass` or documentation files -->
|
||||
|
||||
<!-- Thanks! -->
|
||||
|
||||
Reference in New Issue
Block a user