From ecb4cd2b403e826d553ef791d7fb7ac26329a0ab Mon Sep 17 00:00:00 2001 From: Carine Dengler Date: Wed, 4 Oct 2023 10:55:32 +0200 Subject: [PATCH] feat: add PR template --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..e6aab2ac3 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +Thank you for opening a pull request with this project, please also: + +* [ ] add a brief description of your changes here +* [ ] assign a reviewer +* [ ] 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)