Permalink
Please sign in to comment.
Showing
with
35 additions
and 0 deletions.
- +14 −0 .github/ISSUE_TEMPLATE.md
- +21 −0 .github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,14 @@ | |||
### What happened | |||
|
|||
What actually happened? | |||
|
|||
### Expected result | |||
|
|||
What should have heppened? | |||
|
|||
### How to reproduce | |||
|
|||
* Step 1 | |||
* Step 2 | |||
|
|||
### Additional info |
@@ -0,0 +1,21 @@ | |||
<!--Pull request template--> | |||
|
|||
### Description | |||
|
|||
Short description about this pull request | |||
|
|||
<!--Using words like "Fixes #xx, closes #yy" | |||
automatically closes these issues when pull request gets merged | |||
see https://help.github.com/articles/closing-issues-via-commit-messages/ --> | |||
### Fixed issues | |||
|
|||
Fixes #1, fixes #2 ... | |||
|
|||
<!-- anything still need to be done before merging?--> | |||
### To-do | |||
You can use a task list if you need to do something before merging | |||
- [ ] test for edge cases | |||
- [ ] add to changelog.txt | |||
- [ ] buy milk | |||
|
|||
<!--remember to add info to changelog.txt if necessary--> |
0 comments on commit
9b85ff1