mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
updated PR template
This commit is contained in:
committed by
Mario Romano
parent
f3802728e3
commit
f4c8dd314b
37
.github/PULL_REQUEST_TEMPLATE.md
vendored
37
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -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)
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Before submitting your PR, please check that your code follows our contribution guidelines:
|
Before submitting your PR, please check that your code follows our contribution guidelines:
|
||||||
https://github.com/Alfresco/alfresco-ng2-components/wiki/Code-contribution-acceptance-criteria
|
https://github.com/Alfresco/alfresco-ng2-components/wiki/Code-contribution-acceptance-criteria
|
||||||
|
|
||||||
Check also that your commit messages follow our commit message format guidelines:
|
|
||||||
https://github.com/Alfresco/alfresco-ng2-components/wiki/Commit-format
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
**Type of contribution:** (check one with "x")
|
**What kind of change does this PR introduce?** (check one with "x")
|
||||||
```
|
```
|
||||||
[ ] Bugfix
|
[ ] Bugfix
|
||||||
[ ] Feature
|
[ ] Feature
|
||||||
[ ] Code formatting
|
[ ] Code style update (formatting, local variables)
|
||||||
[ ] Code Refactoring
|
[ ] Refactoring (no functional changes, no api changes)
|
||||||
[ ] Build related changes
|
[ ] Build related changes
|
||||||
[ ] Documentation
|
[ ] Documentation
|
||||||
[ ] Other... Please describe:
|
[ ] Other... Please describe:
|
||||||
```
|
```
|
||||||
**This PR adds the following feature:**
|
|
||||||
<!-- you can ignore this line in the case of a bugfix -->
|
|
||||||
|
|
||||||
**Current behavior:**
|
**What is the current behavior?** (You can also link to an open issue here)
|
||||||
|
|
||||||
**New behavior:**
|
|
||||||
|
|
||||||
**This PR fixes the following issue:**
|
|
||||||
<!-- link to the open issue, ignore this if there are no issues open -->
|
|
||||||
|
|
||||||
**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
|
[ ] Yes
|
||||||
- [ ] No
|
[ ] No
|
||||||
```
|
```
|
||||||
|
|
||||||
<!-- Please describe the reason to introduce a breaking change, and what exactly breaks -->
|
If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...
|
||||||
|
|
||||||
|
|
||||||
**More information:**
|
|
||||||
|
|
||||||
|
**Other information**:
|
Reference in New Issue
Block a user