Add gitter, Fix templates

This commit is contained in:
Jeremy Thomas 2016-04-16 21:50:48 +01:00
parent 72bea8f2dd
commit d7fae72677
3 changed files with 35 additions and 23 deletions

View File

@ -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!

View File

@ -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! 😇

View File

@ -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
```