summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
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`