#332 add issue and pr templates

This commit is contained in:
Mario Romano
2016-10-04 11:55:49 +01:00
parent cf2f37c41b
commit d20f5b0467
2 changed files with 69 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
<!--
Before submitting your PR, please check that your code follow our contribution guide lines:
https://github.com/Alfresco/alfresco-ng2-components/wiki/Code-contribution-acceptance-criteria
Check also that the commit message follow our commit format guide lines:
https://github.com/Alfresco/alfresco-ng2-components/wiki/Commit-format
-->
**Type of contribution:** (check one with "x")
```
[ ] Bugfix
[ ] Feature
[ ] Code formatting
[ ] Code Refactoring
[ ] Build related changes
[ ] Documentation
[ ] Other... Please describe:
```
**This PR adds the following feature:**
<!-- you can ignore this line in case of bugfix -->
**Current behavior:**
**New behavior:**
**This PR fixes the following issue:**
<!-- link to the open issue, ignore it if there are no issue open -->
**This PR introduce a breaking change:** (check one with "x")
- [ ] Yes
- [ ] No
<!-- Please describe reason to introduce a breaking change, and what exactly breaks -->
**More information:**