From 29c062a81e0c830e9cc98e2f6db9601c5ba6fc99 Mon Sep 17 00:00:00 2001 From: J0J0 Todos Date: Fri, 20 Oct 2023 15:06:38 +0200 Subject: [PATCH] Overhaul of pull-request template - Some notes only visible to the contributor while editing. - Some tiny fixes in the existing texts in braces. - One of the "invisible" notes encourages to remove those help-texts to help uncluttering. --- .github/pull_request_template.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 42cd8169b..c3fc7766a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,6 +6,19 @@ Fixes #X. ## To Do -- [ ] Documentation. (If you've add a new command-line flag, for example, find the appropriate page under `docs/` to describe it.) -- [ ] Changelog. (Add an entry to `docs/changelog.rst` near the top of the document.) -- [ ] Tests. (Encouraged but not strictly required.) + + +- [ ] Documentation. (If you've added a new command-line flag, for example, find the appropriate page under `docs/` to describe it.) +- [ ] Changelog. (Add an entry to `docs/changelog.rst` to the bottom of one of the lists near the top of the document.) +- [ ] Tests. (Very much encouraged but not strictly required.)