-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Improve automated PR template (#1806)
* Improve PR template * Add Ci update as PR type option --------- Signed-off-by: Mathieu Anderson <[email protected]>
- Loading branch information
Mathieu Anderson
authored
Sep 26, 2023
1 parent
3472777
commit c026f31
Showing
1 changed file
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,28 @@ | ||
About this change - What it does | ||
# Linked issue | ||
|
||
Resolves: #xxxxx | ||
Why this way | ||
|
||
# What kind of change does this PR introduce? | ||
|
||
- [ ] Bug fix | ||
- [ ] New feature | ||
- [ ] Refactor | ||
- [ ] Docs update | ||
- [ ] CI update | ||
|
||
# What is the current behavior? | ||
|
||
_Describe the state of the application before this PR. Illustrations appreciated (videos, gifs, screenshots)._ | ||
|
||
# What is the new behavior? | ||
|
||
_Describe the state of the application after this PR. Illustrations appreciated (videos, gifs, screenshots)._ | ||
|
||
# Other information: | ||
|
||
_Additional changes, explanations of the approach taken, unresolved issues, necessary follow ups, etc._ | ||
|
||
# Please check if the PR fulfills these requirements | ||
|
||
- [ ] The commit message follows [our guidelines](https://github.com/Aiven-Open/klaw/blob/main/CONTRIBUTING.md#guideline-commit-messages) | ||
- [ ] Tests for the changes have been added (for bug fixes / features) |