mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
Create pull_request_template.md
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
This commit is contained in:
parent
84af2e4c0e
commit
76dac425df
1 changed files with 17 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 @@
|
|||
### ๐ผ๏ธ Screenshots
|
||||
|
||||
๐๏ธ Before | ๐ก After
|
||||
---|---
|
||||
B | A
|
||||
|
||||
|
||||
### ๐ง TODO
|
||||
|
||||
- [ ] ...
|
||||
|
||||
### ๐ Checklist
|
||||
|
||||
- [ ] โ๏ธ Tests (unit and/or integration) are included
|
||||
- [ ] ๐ API documentation in `docs/` has been updated or is not required
|
||||
- [ ] ๐ User documentation in https://github.com/nextcloud/documentation/tree/master/user_manual/talk has been updated or is not required
|
||||
- [ ] ๐ Capability is added or not needed
|
||||
Loadingโฆ
Add table
Reference in a new issue