From 4d9e251c3056c8f0dc8f1cc937c3048d8c425d0e Mon Sep 17 00:00:00 2001 From: moabu <47318409+moabu@users.noreply.github.com> Date: Wed, 25 Dec 2024 08:23:59 +0300 Subject: [PATCH] ci: add pull request template Signed-off-by: moabu <47318409+moabu@users.noreply.github.com> --- .github/pull_request_template.md | 41 ++++++++++++++++++++++++++++++++ 1 file changed, 41 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 0000000..39df32a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,41 @@ +**Issue** + +Closes # + +**Work scope** + +- [ ] Services +- [ ] Documentation +- [ ] Testing +- [ ] Infrastructure +- [ ] Other + +**Describe the bug/Feature** + + +**If this is a bug how can it be reproduced** + +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** + + +**Screenshots** + + +**Additional context** + + +**Work scope progress** + +Please select the scopes that are completed. This must match the work scope above by the end of the development. + +- [ ] Services +- [ ] Documentation +- [ ] Testing +- [ ] Infrastructure +- [ ] Other