From 01a955a16f914840d9dfdb204d2824ebd0ba8507 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Tue, 16 Jan 2024 19:41:23 +0100 Subject: [PATCH] :memo: Add PR template --- .github/pull_request_template.md | 83 ++++++++++++++++++++++++++++++++ 1 file changed, 83 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..68eeeb4b6 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,83 @@ + + +## Base information +| Question | Answer +|---------------------------------------------------------------|-------- +| Related to a SourceForge thead / Another PR / Combodo ticket? | +| Type of change? | Bug fix / Enhancement / Translations + + +## Symptom (bug) / Objective (enhancement) + + + +## Reproduction procedure (bug) + + +1. On iTop x.y.z +2. With PHP x.y.z +2. First go there +2. Then do that +3. ... +4. Finally, see that... + + +## Cause (bug) + + + +## Proposed solution (bug and enhancement) + + + +## Checklist before requesting a review + +- [ ] I have performed a self-review of my code +- [ ] I have tested all changes I made on an iTop instance +- [ ] Would a unit test be relevant and have I added it? +- [ ] Is the PR clear and detailled enough so anyone can understand digging in the code? + +## Checklist of things to do before PR is ready to merge + + +- [ ] ... +- [ ] ... +- [ ] ...