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 + + +- [ ] ... +- [ ] ... +- [ ] ...