From 2032737d67a6637f9ceeafedcb85d51144973d13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20Ko=C5=BEelj?= Date: Fri, 16 Dec 2022 13:58:49 +0100 Subject: [PATCH] Add pull request template --- .gitea/pull_request_template.md | 51 +++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 .gitea/pull_request_template.md diff --git a/.gitea/pull_request_template.md b/.gitea/pull_request_template.md new file mode 100644 index 0000000..1a31add --- /dev/null +++ b/.gitea/pull_request_template.md @@ -0,0 +1,51 @@ +# {PR title} + +Summary of the changes (Less than 80 chars) + +## Description + +{Detail} + +Fixes #{bug number} (in this specific format) + +## Customer Impact + +{Justification} + +## Regression? + +- [ ] Yes +- [ ] No + +[If yes, specify the version the behavior has regressed from] + +## Risk + +- [ ] High +- [ ] Medium +- [ ] Low + +[Justify the selection above] + +## Verification + +- [ ] Manual (required) +- [ ] Automated + +## Packaging changes reviewed? + +- [ ] Yes +- [ ] No +- [ ] N/A + +## Test coverage complete and passing? + +- [ ] Yes +- [ ] No +- [ ] N/A + +## Docs updated? + +- [ ] Yes +- [ ] No +- [ ] N/A \ No newline at end of file