Skip to content

Commit 0028bff

Browse files
committed
Add merge request template
1 parent 957b572 commit 0028bff

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
### Requirements
2+
3+
- Filling out this template is mandatory. Please provide sufficient information so that the request can be reviewed in a timely manner.
4+
- Please thoroughly test your code to ensure against regressions.
5+
6+
### Description of the Change or Addition
7+
8+
<!--
9+
10+
This description should give a good idea of what your code will be doing, it should make the design of your change easily comprehensible.
11+
12+
-->
13+
14+
### Possible Side-Effects
15+
16+
<!-- What are the possible negative impacts of your code change? -->
17+
18+
### Verification
19+
20+
<!--
21+
22+
How did you verify that all new functionality has the expected effects without introducing any regressions?
23+
24+
-->

0 commit comments

Comments
 (0)