Fixes a broken link in the Pull Request Template
Since the location of the Bulma Sass Styleguide moved inside of the github folder.
This commit is contained in:
parent
6012880751
commit
af03f7d441
1 changed files with 1 additions and 1 deletions
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue