mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
13199b8f51
* Document how to try the changes Add to the contributing guide how to rebuild the css and where the documentation to try the documentation changes is. * Remove Bulma dependencies installation form PR template Install Bulma dependencies is not needed to send a PR. * Add how to try your changes to PR templates And after that ask if you tried the changes.
30 lines
1.3 KiB
Markdown
30 lines
1.3 KiB
Markdown
<!-- 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 -->
|
|
|
|
### Tradeoffs
|
|
<!-- What are the drawbacks of this solution? Are there alternative ones? -->
|
|
<!-- Think of performance, build time, usability, complexity, coupling…) -->
|
|
|
|
### Testing Done
|
|
|
|
<!-- 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". -->
|
|
|
|
<!-- Thanks! -->
|