Skip to content

Commit 94b3192

Browse files
authored
Merge pull request #2 from tisnik/github-templates
GitHub templates
2 parents fd48c77 + bebab6e commit 94b3192

File tree

3 files changed

+89
-0
lines changed

3 files changed

+89
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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.
Lines changed: 20 additions & 0 deletions
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

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

0 commit comments

Comments
 (0)