From 04508a10b293341e3a20d136bd733995a6af0450 Mon Sep 17 00:00:00 2001 From: Alex Epstein Date: Wed, 9 Aug 2017 00:51:00 -0400 Subject: [PATCH] Fixing PR template link --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- CONTRIBUTING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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!