Skip to content

Commit 3d87f50

Browse files
committed
Pull request template
1 parent b1c7d11 commit 3d87f50

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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 service version
15+
- [ ] Bump-up dependent library
16+
- [ ] Bump-up library or tool used for development (does not change the final image)
17+
- [ ] CI configuration change
18+
- [ ] Konflux configuration change
19+
- [ ] Unit tests improvement
20+
- [ ] Integration tests improvement
21+
- [ ] End to end tests improvement
22+
23+
24+
## Related Tickets & Documents
25+
26+
- Related Issue #
27+
- Closes #
28+
29+
## Checklist before requesting a review
30+
31+
- [ ] I have performed a self-review of my code.
32+
- [ ] PR has passed all pre-merge test jobs.
33+
- [ ] If it is a core feature, I have added thorough tests.
34+
35+
## Testing
36+
- Please provide detailed steps to perform tests related to this code change.
37+
- How were the fix/results from this change verified? Please provide relevant screenshots or results.

0 commit comments

Comments
 (0)