File tree Expand file tree Collapse file tree 3 files changed +89
-0
lines changed Expand file tree Collapse file tree 3 files changed +89
-0
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 ` OLS ` 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 . Click on '....'
23+ 1 . Scroll down to '....'
24+ 1 . See error
25+
26+ ## ** Expected behavior**
27+
28+ A clear and concise description of what you expected to happen.
29+
30+ ## ** Screenshots or output**
31+
32+ If applicable, add screenshots or kube-burner output to help explain your problem.
33+
34+ ## ** Additional context**
35+
36+ 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+ ## Description
2+
3+ <!-- - Describe your changes in detail -->
4+
5+ ## Type of change
6+
7+ - [ ] Refactor
8+ - [ ] New feature
9+ - [ ] Bug fix
10+ - [ ] CVE fix
11+ - [ ] Optimization
12+ - [ ] Documentation Update
13+ - [ ] Configuration Update
14+ - [ ] Bump-up dependent library
15+ - [ ] Bump-up library or tool used for development (does not change the final image)
16+ - [ ] CI configuration change
17+ - [ ] Konflux configuration change
18+
19+
20+ ## Related Tickets & Documents
21+
22+ - Related Issue #
23+ - Closes #
24+
25+ ## Checklist before requesting a review
26+
27+ - [ ] I have performed a self-review of my code.
28+ - [ ] PR has passed all pre-merge test jobs.
29+ - [ ] If it is a core feature, I have added thorough tests.
30+
31+ ## Testing
32+ - Please provide detailed steps to perform tests related to this code change.
33+ - How were the fix/results from this change verified? Please provide relevant screenshots or results.
You can’t perform that action at this time.
0 commit comments