Skip to content

Commit 792a4b2

Browse files
committed
modernize PR template, include chore label
On-behalf-of: @SAP christoph.mewes@sap.com
1 parent 19a7492 commit 792a4b2

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

.github/pull_request_template.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,26 @@
11
<!--
22
33
Thanks for creating a pull request!
4-
If this is your first time, please make sure to review CONTRIBUTING.MD.
4+
If this is your first time, please make sure to review CONTRIBUTING.md.
55
66
-->
77

88
## Summary
9+
<!--
10+
Please provide a description that explains *why* your PR is changing something
11+
in the codebase, and focus less on what *what* you're changing. The following are
12+
good questions to ask yourself when writing the PR summary:
913
10-
## What Type of PR Is This?
14+
* What are the problems you are trying to solve?
15+
* What assumptions did you make when implementing your changes?
16+
* Which workflows will be affected/improved by your change?
17+
-->
1118

19+
## What Type of PR Is This?
1220
<!--
13-
1421
Add one of the following kinds:
1522
/kind bug
23+
/kind chore
1624
/kind cleanup
1725
/kind documentation
1826
/kind feature
@@ -23,19 +31,16 @@ Optionally add one or more of the following kinds if applicable:
2331
/kind failing-test
2432
/kind flake
2533
/kind regression
26-
2734
-->
2835

2936
## Related Issue(s)
30-
3137
Fixes #
3238

3339
## Release Notes
34-
3540
<!--
36-
Please add a release note in the block below. Leave NONE only if no user-facing changes are in this PR.
41+
Please add a release note in the block below.
42+
Leave NONE only if no user-facing changes are in this PR.
3743
-->
38-
3944
```release-note
4045
NONE
4146
```

0 commit comments

Comments
 (0)