mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
PR checklist
This commit is contained in:
parent
f23e8df69a
commit
68efbe20d7
1 changed files with 15 additions and 0 deletions
15
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
15
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<!---
|
||||
Thank you for contributing to GitUI! Please fill out the template below, and remove or add any
|
||||
information as you feel neccesary.
|
||||
--->
|
||||
|
||||
This Pull Request fixes/closes #{issue_num}.
|
||||
|
||||
It changes the following:
|
||||
-
|
||||
-
|
||||
|
||||
I followed the checklist:
|
||||
- [ ] I added unittests
|
||||
- [ ] I ran `make check` without errors
|
||||
- [ ] I tested the overall application
|
||||
Loading…
Reference in a new issue