mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
chore(PR): Split PR templates for UI and API work
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
2f4a063366
commit
61e2cda223
1 changed files with 50 additions and 6 deletions
56
.github/pull_request_template.md
vendored
56
.github/pull_request_template.md
vendored
|
|
@ -2,12 +2,57 @@
|
|||
|
||||
* Fix #β¦
|
||||
|
||||
### πΌοΈ Screenshots
|
||||
<!--
|
||||
ββββββββββββββββββββ
|
||||
ββββββββββββββββββββ
|
||||
ββββββββββββββββββββ
|
||||
ββββββββββββββββββββ
|
||||
ββββββββββββββββββββ
|
||||
ββββββββββββββββββββ
|
||||
ββββββββββββββββββββ
|
||||
ββββββββββββββββββββ
|
||||
ββββββββββββββββββββ
|
||||
|
||||
ποΈ Before | π‘ After
|
||||
---|---
|
||||
B | A
|
||||
Feel free to remove this section when your PR is only touching backend/API code
|
||||
-->
|
||||
|
||||
## ποΈ UI Checklist
|
||||
|
||||
### πΌοΈ Screenshots / Screencasts
|
||||
|
||||
| ποΈ Before | π‘ After |
|
||||
|------------|----------|
|
||||
| B | A |
|
||||
|
||||
### π§ Tasks
|
||||
|
||||
- [ ] ...
|
||||
- [ ] ...
|
||||
|
||||
### π Checklist
|
||||
|
||||
- [ ] π Tested with Chrome, Firefox and Safari or should not be risky to browser differences
|
||||
- [ ] ποΈ Design was reviewed, approved or inspired by the design team
|
||||
- [ ] βοΈ Tests are included or not possible
|
||||
- [ ] π User documentation in https://github.com/nextcloud/documentation/tree/master/user_manual/talk has been updated or is not required
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
ββββββββββββββββββββββββββββββββββ
|
||||
ββββββββββββββββββββββββββββββββββ
|
||||
ββββββββββββββββββββββββββββββββββ
|
||||
ββββββββββββββββββββββββββββββββββ
|
||||
ββββββββββββββββββββββββββββββββββ
|
||||
ββββββββββββββββββββββββββββββββββ
|
||||
ββββββββββββββββββββββββββββββββββ
|
||||
ββββββββββββββββββββββββββββββββββ
|
||||
ββββββββββββββββββββββββββββββββββ
|
||||
|
||||
Feel free to remove this section when your PR is only touching frontend/UI code
|
||||
-->
|
||||
|
||||
## π οΈ API Checklist
|
||||
|
||||
### π§ Tasks
|
||||
|
||||
|
|
@ -15,7 +60,6 @@ B | A
|
|||
|
||||
### π Checklist
|
||||
|
||||
- [ ] βοΈ Tests (unit and/or integration) are included or not required
|
||||
- [ ] βοΈ Tests (unit and/or integration) are included or not possible
|
||||
- [ ] π 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