Skip to content

Commit 83284b2

Browse files
chore: PR Checklist
Signed-off-by: SebastianKrupinski <[email protected]>
1 parent 38aa27c commit 83284b2

File tree

1 file changed

+83
-0
lines changed

1 file changed

+83
-0
lines changed

β€Ž.github/pull_request_template.md

+83
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
2+
## β˜‘οΈ Overview
3+
4+
* Requires: #…
5+
* Resolves: #…
6+
7+
* Backport to…
8+
9+
### Summary
10+
11+
Please give a brief summary of the changes
12+
13+
### Testing
14+
15+
Please give a brief explanation of how to test
16+
17+
1. ...
18+
2. ...
19+
3. ...
20+
21+
22+
<!--
23+
Feel free to remove this section if your PR does not make any changes to the UI
24+
-->
25+
26+
---
27+
28+
## πŸ–ŒοΈ Front End Checklist
29+
30+
### Summary
31+
32+
Please give a brief summary of the front end changes
33+
34+
### πŸ–ΌοΈ Screenshots / Screencasts
35+
36+
🏚️ Before | 🏑 After
37+
-- | --
38+
Screenshot before | Screenshot after
39+
40+
<!-- β˜€οΈ Light theme | πŸŒ‘ Dark Theme -->
41+
42+
### 🚧 Tasks
43+
44+
- [ ] ...
45+
46+
### 🏁 Checklist
47+
48+
| ❌ | βœ… | Task |
49+
|----|----|-----|
50+
| [ ] | [ ] | 🌏 Tested with different browsers / clients:
51+
| | [ ] | Chromium (Chrome / Edge / Opera / Brave)
52+
| | [ ] | Firefox
53+
| | [ ] | Safari
54+
| | [ ] | Not risky to browser differences / client
55+
| [ ] | [ ] | πŸ–ŒοΈ Design was reviewed, approved or inspired by the design team
56+
| [ ] | [ ] | ⛑️ Tests (unit and/or integration)
57+
| [ ] | [ ] | πŸ“— Admin documentation in https://github.com/nextcloud/documentation/tree/master/admin_manual/groupware
58+
| [ ] | [ ] | πŸ“— User documentation in https://github.com/nextcloud/documentation/tree/master/user_manual/groupware
59+
60+
<!--
61+
Feel free to remove this section when your PR is only touching frontend/UI code
62+
-->
63+
64+
---
65+
66+
## πŸ› οΈ Back End Checklist
67+
68+
### Summary
69+
70+
Please give a brief summary of the back end changes
71+
72+
### 🚧 Tasks
73+
74+
- [ ] ...
75+
76+
### 🏁 Checklist
77+
78+
| ❌ | βœ… | Task |
79+
|----|----|-----|
80+
| [ ] | [ ] | ⛑️ Tests (unit and/or integration)
81+
| [ ] | [ ] | πŸ“— Admin documentation in https://github.com/nextcloud/documentation/tree/master/admin_manual/groupware
82+
| [ ] | [ ] | πŸ“— User documentation in https://github.com/nextcloud/documentation/tree/master/user_manual/groupware
83+
| [ ] | [ ] | πŸ“˜ Developer documentation in https://github.com/nextcloud/documentation/tree/master/developer_manual

0 commit comments

Comments
Β (0)