~matthiasbeyer/butido

badd1a6968367dfc60ee2d38ddf20b0b530be10d — Matthias Beyer 2 years ago 1a6511b
Fix: Refer to CONTRIBUTING.md file

Because linking does not work as expected.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
1 files changed, 1 insertions(+), 1 deletions(-)

M .github/PULL_REQUEST_TEMPLATE.md
M .github/PULL_REQUEST_TEMPLATE.md => .github/PULL_REQUEST_TEMPLATE.md +1 -1
@@ 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`