Merge pull request #365 from judetucker/patch-1

Fixes a broken link in the Pull Request Template
This commit is contained in:
Jeremy Thomas 2016-10-29 16:36:04 +01:00 committed by GitHub
commit 1cea7e7d3d

View file

@ -4,7 +4,7 @@ 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)
* 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)
* If your PR fixes an issue, reference that issue
* If your PR has lots of commits, **rebase** first
* Run `npm run build` and `npm run docs` before submitting your PR