summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-11-03 08:15:46 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-11-12 12:12:31 +0100
commitbadd1a6968367dfc60ee2d38ddf20b0b530be10d (patch)
tree7dd6846630f5075960e5d7326b54d41c8c61f405 /.github
parent1a6511b138c86dd1304555d9b1ddccf716aa7ce1 (diff)
Fix: Refer to CONTRIBUTING.md file
Because linking does not work as expected. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index f626031..2ad2c56 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -5,7 +5,7 @@ What I did:
## Checklist
-* [ ] all commits are `--signoff` ([Why?](/CONTRIBUTING.md))
+* [ ] all commits are `--signoff` (Why? See CONTRIBUTING.md)
* [ ] No `!fixup` commits in the PR
* [ ] I ran `cargo check --all --tests`
* [ ] I ran `cargo test`