Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit f02c784

Browse files
author
Jim Sheldon
authored
[skip ci] fix pr template links (#195)
1 parent 2f0818b commit f02c784

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Contributors guide: ./CONTRIBUTING.md
1212
Code of conduct: ./CODE_OF_CONDUCT.md
1313
-->
1414

15-
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.
15+
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.
1616

1717
Fixes #
1818

@@ -33,14 +33,14 @@ Fixes #
3333

3434
<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->
3535

36-
- [ ] Read the [**CONTRIBUTING**](CONTRIBUTING.md) document.
37-
- [ ] Read the [**CODE OF CONDUCT**](CODE_OF_CONDUCT.md) document.
36+
- [ ] Read the [**CONTRIBUTING**](/CONTRIBUTING.md) document.
37+
- [ ] Read the [**CODE OF CONDUCT**](/CODE_OF_CONDUCT.md) document.
3838
- [ ] Add tests to cover changes.
3939
- [ ] Ensure your code follows the code style of this project.
4040
- [ ] Ensure CI and all other PR checks are green OR
4141
- [ ] Code compiles correctly.
4242
- [ ] Created tests which fail without the change (if possible).
4343
- [ ] All new and existing tests passed.
44-
- [ ] Add your changes to `Unreleased` section of [CHANGELOG](CHANGELOG.md).
45-
- [ ] Improve and update the [README](README.md) (if necessary).
46-
- [ ] 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.
44+
- [ ] Add your changes to `Unreleased` section of [CHANGELOG](/CHANGELOG.md).
45+
- [ ] Improve and update the [README](/README.md) (if necessary).
46+
- [ ] 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.

0 commit comments

Comments
 (0)