bulma/.github/PULL_REQUEST_TEMPLATE.md

22 lines
988 B
Markdown
Raw Normal View History

2017-01-15 21:14:27 +00:00
<!-- PLEASE READ THE FOLLOWING INSTRUCTIONS -->
2016-04-16 20:50:48 +00:00
2017-01-15 21:14:27 +00:00
### Proposed solution
<!-- 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
<!-- 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
<!-- How have you confirmed this feature works? -->
2016-04-16 20:50:48 +00:00
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. 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 -->