From 8be8a7066dd393f2ee1e292e4893f20baabab22b Mon Sep 17 00:00:00 2001 From: Linus Gasser Date: Tue, 21 Nov 2023 17:24:18 +0100 Subject: [PATCH] Re-ordering the pull request template --- .github/pull_request_template.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e6aab2ac3..46f272ec8 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,10 @@ Thank you for opening a pull request with this project, please also: * [ ] add a brief description of your changes here -* [ ] assign a reviewer +* [ ] assign the PR to yourself, or to the person(s) working on it * [ ] start in `draft` mode and `in progress` pipeline in the project (if applicable) -* [ ] once it's ready put it in the `Review` or `Ready4Merge` pipeline in the project (if applicable) and remove `draft` -* [ ] if applicable, add this PR to its related issue by one of the special keywords (https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests#linking-a-pull-request-to-an-issue) +* [ ] if applicable, add this PR to its related issue by one of the special keywords [Closing keywords](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests#linking-a-pull-request-to-an-issue) +* once it's ready + * [ ] put it in the `Review` or `Ready4Merge` pipeline in the project (if applicable) + * [ ] remove `draft` + * [ ] assign a reviewer