Fixing PR template link

This commit is contained in:
Alex Epstein 2017-08-09 00:51:00 -04:00
parent d502f79761
commit 04508a10b2
2 changed files with 2 additions and 2 deletions

View File

@ -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`?

View File

@ -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!