File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed
.gitlab/merge_request_templates Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## Motivation
2
+
3
+ _ [ Provide context for the changes. Why are you making these changes? What is the problem you're trying to solve?_
4
+
5
+ ## Modifications
6
+
7
+ _ [ Provide an overview the changes you've made] _
8
+
9
+ ## Result
10
+
11
+ _ [ After your change, what will change from the perspective of end users?] _
12
+
13
+ ## Checklist
14
+
15
+ - [ ] Copyright headers in new files (see [ CONTRIBUTING.md] ( https://gitlab.com/Mordil/RediStack/-/blob/master/CONTRIBUTING.md ) )
16
+ - [ ] Unit tests added
17
+ - [ ] API Documentation comments
Original file line number Diff line number Diff line change
1
+ _ [ One sentence description of the bug being fixed] _
2
+
3
+ ** If the bug being fixed has an issue written**
4
+
5
+ Fixes _ [ GitLab Issue link] _ .
6
+
7
+ ** If the bug being fixed does NOT have an issue written**
8
+
9
+ ## Expected Results
10
+ _ [ what you expected to happen] _
11
+
12
+ ## Actual Results
13
+ _ [ what actually happened] _
14
+
15
+ ## Steps to Reproduce
16
+
17
+ 1 . ...
18
+ 2 . ...
19
+
20
+ ## Checklist:
21
+
22
+ - [ ] Copyright headers in new files (see [ CONTRIBUTING.md] ( https://gitlab.com/Mordil/RediStack/-/blob/master/CONTRIBUTING.md ) )
23
+ - [ ] Unit test case to prevent the bug in the future
You can’t perform that action at this time.
0 commit comments