From: Jude Tucker Date: Fri, 28 Oct 2016 17:56:51 +0000 (-0700) Subject: Fixes a broken link in the Pull Request Template X-Git-Tag: 0.3.0~4^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F365%2Fhead;p=thirdparty%2Fbulma.git Fixes a broken link in the Pull Request Template Since the location of the Bulma Sass Styleguide moved inside of the github folder. --- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ecb39062f..11d976d94 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