diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index f37b30c3..f154d95a 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -13,6 +13,17 @@ Thanks for helping out! 😇 * Limit the first line to 72 characters or fewer * Reference issues and pull requests liberally +### Try your changes + +When modifying any `.sass`, you will need to rebuild the css. You can do this by running: + +``` +npm install +npm run build +``` + +To see documentation changes check [the documentation readme](docs/README.md). + ### Bulma Sass styleguide * **No semi-colons** `;` or **curly braces** `{` `}` diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 91c9a15b..4a92110f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -16,13 +16,14 @@ This is a **new feature | improvement | bugfix | documentation fix**. ### Testing Done - - - - - + + + + + +