-Thanks for helping out! 😇
+### Instructions
-### Prerequisites
+**THIS IS AN EXAMPLE TEMPLATE.**
+**If it's a bug on the website, submit an issue on the appropriate repository: [https://github.com/jgthms/bulma-website](https://github.com/jgthms/bulma-website)**
+**Screenshots are more than welcome!**
+**Please remove any unused content (including these instructions) before submitting your issue.**
+**Thanks for helping out!** 😇
-If it's a bug on the **website**, submit an issue on the appropriate repository: [https://github.com/jgthms/bulma-website](https://github.com/jgthms/bulma-website)
+_[Remove this line and all of the above before submitting your issue]_
-* [ ] Is this about Bulma the **CSS framework** and **not** about the Bulma website?
-* [ ] Which **version** of Bulma are you using?
-* [ ] Which **browser** are you using?
-* [ ] If it's a **Sass** issue, which version of Sass are you using?
-* [ ] Are you sure this issue is not a **duplicate**?
+### Checklist
+
+* [ ] This is about Bulma the **CSS framework** and **not** about the Bulma website
+* [ ] I'm using Bulma **version** [x.x.x]
+* [ ] My **browser** is:
+* [ ] This is a **Sass** issue: I'm using version [x.x.x]
+* [ ] I am sure this issue is **not a duplicate**?
### Description
-[Description of the bug, enhancement, or question]
+[Description of the bug, enhancement, or question]
[Please tag accordingly]
### Steps to Reproduce
_Expected behavior:_ [What you expected to happen]
_Actual behavior:_ [What actually happened]
-
-**Screenshots** are more than welcome!
+### Instructions
+
+**THIS IS AN EXAMPLE TEMPLATE.**
+**Screenshots are more than welcome!**
+**Please remove any unused content (including these instructions) before submitting your PR.**
+**Thanks for helping out!** 😇
+
+* 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/CONTRIBUTING.md#bulma-sass-styleguide)
+* If your PR fixes an issue, reference that issue
+* If your PR has lots of commits, **squash** your commits first
+* Run `npm run build` before submitting your PR
+
+_[Remove this line and all of the above before submitting your PR]_
+
+### Pull Request
+
Fixes #
Changes proposed:
* [ ] Fix
* [ ] Remove
* [ ] Update
-
-### Requirements
-
-* [ ] 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/CONTRIBUTING.md#bulma-sass-styleguide)
-* [ ] If your PR fixes an issue, reference that issue
-* [ ] If your PR has lots of commits, **squash** your commits first
-* [ ] Run `npm run build` before submitting your PR
-
-Thanks for helping out! 😇
[](https://www.npmjs.com/package/bulma)
[](https://www.npmjs.com/package/bulma)
+[](https://gitter.im/jgthms/bulma)
Bulma is a modern CSS framework based on [Flexbox](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Using_CSS_flexible_boxes).
### NPM
-```
+```sh
npm install bulma
```