bulma/.github/PULL_REQUEST_TEMPLATE.md

38 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2017-01-15 21:14:27 +00:00
<!-- PLEASE READ THE FOLLOWING INSTRUCTIONS -->
2017-03-26 16:27:15 +00:00
<!-- DO NOT REBUILD THE CSS OUTPUT IN YOUR PR -->
2016-04-16 20:50:48 +00:00
2017-10-07 15:57:19 +00:00
<!-- 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. -->
2017-01-15 21:14:27 +00:00
### Proposed solution
2019-05-17 10:24:20 +00:00
2017-01-15 21:14:27 +00:00
<!-- Which specific problem does this PR solve and how? -->
<!-- If it fixes a particular Issue, add "Fixes #ISSUE_NUMBER" in your title -->
2016-04-16 20:50:48 +00:00
2017-01-15 21:14:27 +00:00
### Tradeoffs
2019-05-17 10:24:20 +00:00
2017-01-15 21:14:27 +00:00
<!-- What are the drawbacks of this solution? Are there alternative ones? -->
<!-- Think of performance, build time, usability, complexity, coupling…) -->
2016-04-16 20:50:48 +00:00
2017-01-15 21:14:27 +00:00
### Testing Done
2016-04-16 20:50:48 +00:00
2019-05-17 10:24:20 +00:00
None.
2017-01-15 21:14:27 +00:00
<!-- BEFORE SUBMITTING YOUR PR, MAKE SURE TO FOLLOW THESE STEPS: -->
<!-- 1. Pull the latest `master` branch -->
<!-- 2. 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) -->
<!-- 3. Make sure your PR only affects `.sass` or documentation files -->
<!-- 4. [Try your changes](https://github.com/jgthms/bulma/blob/master/.github/CONTRIBUTING.md#try-your-changes). -->
<!-- How have you confirmed this feature works? -->
<!-- Please explain more than "Yes". -->
2017-10-07 15:57:19 +00:00
2019-05-17 10:08:15 +00:00
### Changelog updated?
2019-05-17 10:24:20 +00:00
No.
2019-05-17 10:08:15 +00:00
2017-10-07 15:57:19 +00:00
<!-- Thanks! -->