From bdc4017b1f171607a9cd5d99b58aaa2f0008f7c1 Mon Sep 17 00:00:00 2001 From: Carmen Bianca BAKKER Date: Mon, 1 Jul 2024 16:03:53 +0200 Subject: [PATCH] Improve the PR template A lot of these don't apply to every PR. Instruct to remove what doesn't apply. Signed-off-by: Carmen Bianca BAKKER --- .github/pull_request_template.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5abc73af8..f08992b17 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,12 +5,14 @@ be discussed in an issue before committing to a PR. Please succinctly describe your changes. --> - + - [ ] Added a change log entry in `changelog.d//`. - [ ] Added self to copyright blurb of touched files. - [ ] Added self to `AUTHORS.rst`. - [ ] Wrote tests. -- [ ] (Situational) Documented my changes in `docs/man/`. +- [ ] Documented my changes in `docs/man/` or elsewhere. +- [ ] My changes do not contradict + [the current specification](https://reuse.software/spec/). - [x] I agree to license my contribution under the licenses indicated in the changed files.