Skip to content

Commit 1fd8aa7

Browse files
committed
Add a merge request template.
This automatically adds the Needs Review label to new merge requests, and also gives a basic formalities and required info list. cc: @rempt, @DKazakov
1 parent 5319ceb commit 1fd8aa7

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
(Tell us what you did!)
2+
3+
Test Plan
4+
---------
5+
6+
(Tell us how to test the changes you made.)
7+
8+
Formalities Checklist
9+
---------------------
10+
11+
- [ ] I confirmed this builds.
12+
- [ ] I confirmed Krita ran and the relevant functions work.
13+
- [ ] I tested the relevant unit tests and can confirm they are not broken. (If not possible, don't hesitate to ask for help!)
14+
- [ ] I made sure my commits build individually and have good descriptions as per [KDE guidelines](https://community.kde.org/Policies/Commit_Policy).
15+
- [ ] I made sure my code conforms to the standards set in the HACKING file.
16+
- [ ] I can confirm the code is licensed and attributed appropriately, and that unattributed code is mine, as per [KDE Licensing Policy](https://community.kde.org/Policies/Licensing_Policy).
17+
18+
/label ~"Needs Review"

0 commit comments

Comments
 (0)