Skip to content

Commit 9425c39

Browse files
committed
Add issue templates
1 parent 8d19354 commit 9425c39

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

.gitlab/issue_templates/Bug.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
### Expected behavior
2+
_[what you expected to happen]_
3+
4+
### Actual behavior
5+
_[what actually happened]_
6+
7+
### Steps to reproduce
8+
9+
1. ...
10+
2. ...
11+
12+
### If possible, minimal yet complete reproducing code (or URL to code)
13+
14+
_[anything to help us reproducing the issue]_
15+
16+
### RediStack version/commit hash
17+
_[the RediStack tag/commit hash]_
18+
19+
### Swift Version (output of `swift --version`)
20+
_[the output]_
21+
22+
### OS version (output of `uname -a`)
23+
_[the output]_

.gitlab/issue_templates/Feature.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## Problem Statement
2+
_[a short description of the problem that this solution will fix]_
3+
4+
## Proposed Solution
5+
_[provide details of what you think this feature should look like]_
6+
7+
## Alternatives
8+
_[outline alternative designs, or alternative solutions to still accomplish the stated goal]_

0 commit comments

Comments
 (0)