Merge pull request #842 from Alfresco/dev-mromano-332

Add issue and Pr templates
This commit is contained in:
VitoAlbano 2016-10-04 16:11:59 +01:00 committed by GitHub
commit cced17135e
2 changed files with 69 additions and 0 deletions

32
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,32 @@
<!--
PLEASE FILL OUT THE FOLLOWING INFORMATION, THIS WILL HELP US TO RESOLVE FASTER YOUR PROBLEM.
REMEMBER FOR SUPPORT REQUEST YOU CAN ASK ALSO ON OUR GITTER CHAT:
Please before ask on our gitter channel https://gitter.im/Alfresco/alfresco-ng2-components
-->
**Type of issue:** (check with "[x]")
- [ ] New feature request
- [ ] Bug
- [ ] Support request
**Current behavior:**
<!-- Describe current behavior. -->
**Expected behavior:**
<!-- Describe expected behavior. -->
**Step to reproduce the issue:**
<!-- Describe Step to reproduce the issue.-->
**Component name and version:**
<!-- Check before if this issue is still present in the most recent version -->
**Browser and version:**
<!-- [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ] -->
**Node version (for build issues):**
<!-- To check the version: node --version -->
**New feature request:**
<!-- Describe the feature,motivation and the concrete use case (Only in case of new feature request) -->

37
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
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:**