Skip to content

Commit 8d19354

Browse files
committed
Add merge request templates
1 parent fb921f2 commit 8d19354

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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

0 commit comments

Comments
 (0)