diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 8995f4953..d36d4e8c0 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,5 +1,5 @@ -- [ ] I have our [Contribution Guidelines](./CONTRIBUTING.md). -- [ ] I checked for similar issues and didn't find anything relevant. +- [ ] I have read [Contribution Guidelines](https://github.com/CircleCI-Public/circleci-cli/blob/master/CONTRIBUTING.md). +- [ ] I have checked for similar issues and haven't found anything relevant. - [ ] This is not a security issue (which should be reported here: https://circleci.com/security/) **Do you want to request a *feature* or report a *bug*?** diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 110777f42..14bb5d6e9 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,5 @@ -- [ ] I have our [Contribution Guidelines](./CONTRIBUTING.md). -- [ ] I checked for similar issues and didn't find anything relevant. +- [ ] I have read [Contribution Guidelines](https://github.com/CircleCI-Public/circleci-cli/blob/master/CONTRIBUTING.md). +- [ ] I have checked for similar issues and haven't found anything relevant. - [ ] This is not a security issue (which should be reported here: https://circleci.com/security/) **Here are some helpful tips you can follow when submitting a pull request:**