mirror of
https://github.com/git-chglog/git-chglog.git
synced 2026-01-23 02:15:12 +00:00
docs: Add contributing guide and Issues/PR templates
This commit is contained in:
parent
ec0e3c56af
commit
ccd72509c6
3 changed files with 113 additions and 0 deletions
28
.github/ISSUE_TEMPLATE.md
vendored
Normal file
28
.github/ISSUE_TEMPLATE.md
vendored
Normal 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
35
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal 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 #
|
||||
-->
|
||||
Loading…
Add table
Add a link
Reference in a new issue