Skip to content

Commit 21426df

Browse files
authored
Create PULL_REQUEST_TEMPLATE.md
1 parent 8435689 commit 21426df

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
| Q | A
2+
| --------------- | ---
3+
| Bug fix? | no|yes
4+
| New feature? | no|yes
5+
| API breaks? | no|yes
6+
| Deprecations? | no|yes
7+
| Related tickets | fixes #X, partially #Y, mentioned in #Z
8+
| License | Apache 2.0
9+
10+
11+
### What's in this PR?
12+
<!-- Explain the contents of the PR. Give an overview about the implementation, which decisions were made and why. -->
13+
14+
15+
### Why?
16+
<!-- Which problem does the PR fix? (Please remove this section if you linked an issue above) -->
17+
18+
19+
### Additional context
20+
<!-- Additional information we should know about (eg. edge cases, steps you followed to test the implementation) (Please remove this section if you don't need it) -->
21+
22+
23+
### Checklist
24+
<!-- Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields. -->
25+
26+
- [ ] Implementation tested (with at least one cloud provider)
27+
- [ ] Error handling code meets the [guideline](https://github.com/banzaicloud/pipeline/blob/master/docs/error-handling-guide.md)
28+
- [ ] Logging code meets the guideline (TODO)
29+
- [ ] User guide and development docs updated (if needed)
30+
- [ ] Related Helm chart(s) updated (if needed)
31+
32+
### To Do
33+
<!-- (Please remove this section if you don't need it.) -->
34+
- [ ] If the PR is not complete but you want to discuss the approach, list what remains to be done here

0 commit comments

Comments
 (0)