From f02c784b0cc34e6be514c952f7231af5be8c17a9 Mon Sep 17 00:00:00 2001 From: Jim Sheldon Date: Fri, 17 Dec 2021 09:34:20 -0500 Subject: [PATCH] [skip ci] fix pr template links (#195) --- .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0fad60b5..bd9480a1 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,7 +12,7 @@ Contributors guide: ./CONTRIBUTING.md Code of conduct: ./CODE_OF_CONDUCT.md --> -Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our [code of conduct](CODE_OF_CONDUCT.md), and the process for submitting pull requests to us. +Please read [CONTRIBUTING.md](/CONTRIBUTING.md) for details on our [code of conduct](/CODE_OF_CONDUCT.md), and the process for submitting pull requests to us. Fixes # @@ -33,14 +33,14 @@ Fixes # -- [ ] Read the [**CONTRIBUTING**](CONTRIBUTING.md) document. -- [ ] Read the [**CODE OF CONDUCT**](CODE_OF_CONDUCT.md) document. +- [ ] Read the [**CONTRIBUTING**](/CONTRIBUTING.md) document. +- [ ] Read the [**CODE OF CONDUCT**](/CODE_OF_CONDUCT.md) document. - [ ] Add tests to cover changes. - [ ] Ensure your code follows the code style of this project. - [ ] Ensure CI and all other PR checks are green OR - [ ] Code compiles correctly. - [ ] Created tests which fail without the change (if possible). - [ ] All new and existing tests passed. -- [ ] Add your changes to `Unreleased` section of [CHANGELOG](CHANGELOG.md). -- [ ] Improve and update the [README](README.md) (if necessary). -- [ ] Ensure [documentation](./DOCS.md) is up-to-date. The same file will be updated in [plugin index](https://github.com/drone/drone-plugin-index/blob/master/content/meltwater/drone-cache/index.md) when your PR is accepted, so it will be available for end-users at http://plugins.drone.io. +- [ ] Add your changes to `Unreleased` section of [CHANGELOG](/CHANGELOG.md). +- [ ] Improve and update the [README](/README.md) (if necessary). +- [ ] Ensure [documentation](/DOCS.md) is up-to-date. The same file will be updated in [plugin index](https://github.com/drone/drone-plugin-index/blob/master/content/meltwater/drone-cache/index.md) when your PR is accepted, so it will be available for end-users at http://plugins.drone.io.