diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 3131902c2..b20c08e86 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,4 +1,4 @@ -Before writing your issue, check our instructions for [reporting bugs](https://github.com/caskroom/homebrew-versions#reporting-bugs) or [making requests](https://github.com/caskroom/homebrew-cask#requests), as appropriate. Those will walk you through the process. +Before writing your issue, check our instructions for [reporting bugs](https://github.com/caskroom/homebrew-cask#reporting-bugs) or [making requests](https://github.com/caskroom/homebrew-cask#requests), as appropriate. Those will walk you through the process. If none of those is appropriate, then **delete all this pre-inserted template text** and tell us your issue in as much detail as possible. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9ed6d6f0c..42795c61b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -14,6 +14,6 @@ Additionally, when **adding a new cask**: - [ ] Checked there are no open [pull requests](https://github.com/caskroom/homebrew-versions/pulls) for the same cask. - [ ] Checked there are no closed [issues](https://github.com/caskroom/homebrew-versions/issues) where that cask was already refused. -- [ ] When naming the cask, followed the [token reference](https://github.com/caskroom/homebrew-versions/blob/master/doc/cask_language_reference/token_reference.md). +- [ ] When naming the cask, followed the [token reference](https://github.com/caskroom/homebrew-cask/blob/master/doc/cask_language_reference/token_reference.md). - [ ] `brew cask install {{cask_file}}` worked successfully. - [ ] `brew cask uninstall {{cask_file}}` worked successfully.