diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7561779..54e13de 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,7 +6,7 @@ * [ ] Typo **Pull Request Checklist:** -- [ ] Have you followed the [guidelines for contributing](https://github.com/alexanderepstein/Bash-Snippet/blob/master/CONTRIBUTING.md)? +- [ ] Have you followed the [guidelines for contributing](https://github.com/alexanderepstein/Bash-Snippets/blob/master/CONTRIBUTING.md)? - [ ] Have you checked that there aren't other open [pull requests](https://github.com/Homebrew/homebrew-core/pulls) for the same fix or component? - [ ] Have you ran the tests locally with `bats tests`? diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5a265af..0b82d5a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,7 +24,7 @@ At this point, you're ready to make your changes! ###### New Component * Decide on a short but sweet name for your tool * Create a folder in the Bash-Snippets root directory named after the tool -* Copy over the Bash-Snippets tool [skeleton](https://github.com/alexanderepstein/Bash-Snippet/blob/master/skeleton) to the newly created folder +* Copy over the Bash-Snippets tool [skeleton](https://github.com/alexanderepstein/Bash-Snippets/blob/master/skeleton) to the newly created folder * Rename the skeleton in the new directory to the name of the tool * Using newly copied over file as a basis (with the name of your tool) code your new component!