docs: Add contributing guide and Issues/PR templates

This commit is contained in:
tsuyoshiwada 2018-02-20 23:07:55 +09:00
parent ec0e3c56af
commit ccd72509c6
3 changed files with 113 additions and 0 deletions

28
.github/ISSUE_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,28 @@
<!-- Please replace {Please write here} with your description -->
## 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}
- git-chglog version: {Please write here}

35
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,35 @@
<!-- Thank you for your contribution to git-chglog! Please replace {Please write here} with your description -->
## What does this do / why do we need it?
{Please write here}
## How this PR fixes the problem?
{Please write here}
## What should your reviewer look out for in this PR?
{Please write here}
## Check lists
* [ ] Test passed
* [ ] Coding style (indentation, etc)
## Additional Comments (if any)
{Please write here}
## Which issue(s) does this PR fix?
<!--
fixes #
fixes #
-->