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