From c07c3217a43feacc1cb1c73a7aa5497da5f2e95c Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Wed, 25 Mar 2020 14:16:28 +0000 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md (#1377) --- .github/PULL_REQUEST_TEMPLATE.md | 41 +++++++++++++++++++++++++------- 1 file changed, 32 insertions(+), 9 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 78453b90a..c0dbfe416 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,12 +1,35 @@ - +> - [ ] 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) -Issue Number: N/A -## Changes +**What kind of change does this PR introduce?** (check one with "x") + +> - [ ] Bugfix +> - [ ] Feature +> - [ ] Code style update (formatting, local variables) +> - [ ] Refactoring (no functional changes, no api changes) +> - [ ] Build related changes +> - [ ] Documentation +> - [ ] Other... Please describe: + + +**What is the current behaviour?** (You can also link to an open issue here) + + + +**What is the new behaviour?** + + + +**Does this PR introduce a breaking change?** (check one with "x") + +> - [ ] Yes +> - [ ] No + + +If this PR contains a breaking change, please describe the impact and migration path for existing applications: ... + +**Other information**: