]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fixes a broken link in the Pull Request Template 365/head
authorJude Tucker <judetucker@me.com>
Fri, 28 Oct 2016 17:56:51 +0000 (10:56 -0700)
committerGitHub <noreply@github.com>
Fri, 28 Oct 2016 17:56:51 +0000 (10:56 -0700)
Since the location of the Bulma Sass Styleguide moved inside of the github folder.

.github/PULL_REQUEST_TEMPLATE.md

index ecb39062f3401698520e55361495ed8d2ece0ced..11d976d943f18950de0df08e8f3bdbb2a24d6f73 100644 (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