moving CONTRIBUTING.md to github folder and creating some templades

master
Gerardo Junior 2018-02-27 20:45:09 -03:00
parent 6c105abfbf
commit 030ec5a79f
3 changed files with 39 additions and 0 deletions

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

@ -0,0 +1,22 @@
### Expected Behavior
{Please write here}
### Actual Behavior
{Please write here}
### Steps to Reproduce (including precondition)
{Please write here}
### Screenshot on This Problem (if possible)
{Please write here}
### Your Environment
- OS: {Please write here}
- nipe version: {Please write here}

17
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,17 @@
### What was a problem?
{Please write here}
### How this PR fixes the problem?
{Please write here}
### Check lists (check `x` in `[ ]` of list items)
- [ ] Test passed (soon)
- [ ] Coding style (indentation, etc)
### Additional Comments (if any)
{Please write here}