mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-06 01:21:39 -04:00
Add templates for issues and PRs
Signed-off-by: Jonas Zohren <15788906+jfowl@users.noreply.github.com>
This commit is contained in:
parent
c95c68541c
commit
eb5ae92569
5 changed files with 129 additions and 0 deletions
17
.github/pull_request_template.md
vendored
Normal file
17
.github/pull_request_template.md
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
### Component/Part
|
||||
<!-- e.g database -->
|
||||
|
||||
### Description
|
||||
This PR fixes/adds/improves/...
|
||||
|
||||
### Steps
|
||||
|
||||
<!-- please tick steps this PR performs (if something is not necessary, please tick anyway to indicate you considered it) -->
|
||||
|
||||
- [ ] added implementation
|
||||
- [ ] added / updated tests
|
||||
- [ ] added / updated documentation
|
||||
- [ ] extended changelog
|
||||
|
||||
### Related Issue(s)
|
||||
<!-- e.g #123 -->
|
Loading…
Add table
Add a link
Reference in a new issue