diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f526e71fb7..457c2f3b76 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,39 +1,38 @@ +**Please check if the PR fulfills these requirements** +- [ ] The commit message follows our [guidelines](https://github.com/Alfresco/alfresco-ng2-components/wiki/Commit-format) +- [ ] Tests for the changes have been added (for bug fixes / features) +- [ ] Docs have been added / updated (for bug fixes / features) + -**Type of contribution:** (check one with "x") +**What kind of change does this PR introduce?** (check one with "x") ``` [ ] Bugfix [ ] Feature -[ ] Code formatting -[ ] Code Refactoring +[ ] Code style update (formatting, local variables) +[ ] Refactoring (no functional changes, no api changes) [ ] Build related changes [ ] Documentation [ ] Other... Please describe: ``` -**This PR adds the following feature:** - -**Current behavior:** +**What is the current behavior?** (You can also link to an open issue here) -**New behavior:** -**This PR fixes the following issue:** - -**This PR introduces a breaking change:** (check one with "x") +**What is the new behavior?** + + + +**Does this PR introduce a breaking change?** (check one with "x") ``` -- [ ] Yes -- [ ] No +[ ] Yes +[ ] No ``` - - - -**More information:** +If this PR contains a breaking change, please describe the impact and migration path for existing applications: ... +**Other information**: \ No newline at end of file