Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jgthms/bulma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJude Tucker <judetucker@me.com>2016-10-28 20:56:51 +0300
committerGitHub <noreply@github.com>2016-10-28 20:56:51 +0300
commitaf03f7d4412a64bb6d1390cdb962252e2304f16e (patch)
treeb221626e6cc8c7ded8af5ec148889e247c304a43 /.github
parent6012880751bda8a1258745aafcd087445052a751 (diff)
Fixes a broken link in the Pull Request Template
Since the location of the Bulma Sass Styleguide moved inside of the github folder.
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index ecb39062..11d976d9 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -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