File tree 3 files changed +63
-3
lines changed
3 files changed +63
-3
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report
3
+ about : Create a report to help us improve
4
+ title : " [BUG]"
5
+ labels : bug
6
+ assignees : ' '
7
+ ---
8
+
9
+ # Bug Description
10
+
11
+ ## ** Output of ` ocm-backplane ` version**
12
+
13
+ ## ** Describe the bug**
14
+
15
+ A clear and concise description of what the bug is.
16
+
17
+ ## ** To Reproduce**
18
+
19
+ Steps to reproduce the behavior:
20
+
21
+ 1 . Go to '...'
22
+ 1 . Scroll down to '....'
23
+ 1 . See error
24
+
25
+ ## ** Expected behavior**
26
+
27
+ A clear and concise description of what you expected to happen.
28
+
29
+ ## ** Screenshots or output**
30
+
31
+ If applicable, add screenshots or ocm-backplane output to help explain your problem.
32
+
33
+ ## ** Additional context**
34
+
35
+ Add any other context about the problem here
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature request
3
+ about : Suggest an idea for this project
4
+ title : ' [RFE]'
5
+ labels : enhancement
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ ** Is your feature request related to a problem? Please describe.**
11
+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [ ...]
12
+
13
+ ** Describe the solution you'd like**
14
+ A clear and concise description of what you want to happen.
15
+
16
+ ** Describe alternatives you've considered**
17
+ A clear and concise description of any alternative solutions or features you've considered.
18
+
19
+ ** Additional context**
20
+ Add any other context or screenshots about the feature request here.
Original file line number Diff line number Diff line change 1
1
### What type of PR is this?
2
2
3
- _ (bug/feature/cleanup/documentation/unit-test)_
4
-
3
+ - [ ] Bug
4
+ - [ ] Feature
5
+ - [ ] Documentation
6
+ - [ ] Test Coverage
7
+ - [ ] Clean Up
8
+ - [ ] Others
5
9
### What this PR does / Why we need it?
6
10
7
11
### Which Jira/Github issue(s) does this PR fix?
8
12
9
- _ Resolves #_
13
+ - Related Issue #
14
+ - Closes #
10
15
11
16
### Special notes for your reviewer
12
17
You can’t perform that action at this time.
0 commit comments