Skip to content

Commit 10f3010

Browse files
committed
Updates issue template
This PR updates/adds the following, allowing users to seamlessly interact accordingly. 1) PULL_REQUEST_TEMPLATE 2) BUG Report 3) Feautre Request Signed-off-by: Krishna Harsha Voora <[email protected]>
1 parent 6daac4c commit 10f3010

File tree

3 files changed

+63
-3
lines changed

3 files changed

+63
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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.

.github/PULL_REQUEST_TEMPLATE.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
### What type of PR is this?
22

3-
_(bug/feature/cleanup/documentation/unit-test)_
4-
3+
- [ ] Bug
4+
- [ ] Feature
5+
- [ ] Documentation
6+
- [ ] Test Coverage
7+
- [ ] Clean Up
8+
- [ ] Others
59
### What this PR does / Why we need it?
610

711
### Which Jira/Github issue(s) does this PR fix?
812

9-
_Resolves #_
13+
- Related Issue #
14+
- Closes #
1015

1116
### Special notes for your reviewer
1217

0 commit comments

Comments
 (0)