From: Jeremy Thomas Date: Sat, 16 Apr 2016 20:50:48 +0000 (+0100) Subject: Add gitter, Fix templates X-Git-Tag: 0.0.22~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7fae72677e68a0c2ccddb9ba61ce0f0529e1f34;p=thirdparty%2Fbulma.git Add gitter, Fix templates --- diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 5e7835dc1..c546fbaa6 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,18 +1,24 @@ -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 @@ -24,5 +30,3 @@ If it's a bug on the **website**, submit an issue on the appropriate repository: _Expected behavior:_ [What you expected to happen] _Actual behavior:_ [What actually happened] - -**Screenshots** are more than welcome! diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 1e373cd95..8ab1b5701 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,21 @@ +### 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: @@ -6,14 +24,3 @@ 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! 😇 diff --git a/README.md b/README.md index cca06195d..8575289fd 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![npm](https://img.shields.io/npm/v/bulma.svg)](https://www.npmjs.com/package/bulma) [![npm](https://img.shields.io/npm/dm/bulma.svg)](https://www.npmjs.com/package/bulma) +[![Join the chat at https://gitter.im/jgthms/bulma](https://badges.gitter.im/jgthms/bulma.svg)](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). @@ -13,7 +14,7 @@ Bulma is in early but active development! Try it out now: ### NPM -``` +```sh npm install bulma ```