diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml index e66458f087..1676cd1847 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -8,6 +8,7 @@ body: Please explain why you're creating this issue : - Please describe what's your improvement proposition. - Then tell us if you're willing to create a PR for this enhancement ? If so, we'll indicate in the issue if we're interested in it. + - The more users are affected and the greater is the impact, the more likely this improvement will be accepted. If you identified a bug and have an improvement proposition, please use the 'Bug report' template instead." - type: textarea id: enhancement_details diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index bd2971542f..6e77cfef18 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,7 @@ | -| Type of change? | Bug fix / Enhancement / Translations | +| Question | Answer | +|---------------------------------------------------------------------------------|---------------------------------------| +| Related to a SourceForge thread / Another PR / A GitHub Issue / Combodo ticket? | | +| Type of change? | Bug fix / Enhancement / Translations | ## Symptom (bug) / Objective (enhancement) @@ -70,6 +71,7 @@ Explain in details how you are proposing to solve this: Don't remove these lines, check them once done. --> +- [ ] If my PR is a bug fix or an enhancement, I opened an issue that got reviewed and approved by Combodo - [ ] I have performed a self-review of my code - [ ] I have tested all changes I made on an iTop instance - [ ] I have added a unit test, otherwise I have explained why I couldn't