Skip to content

Commit

Permalink
fix: Improve automated PR template (#1806)
Browse files Browse the repository at this point in the history
* 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.
28 changes: 26 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
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)

0 comments on commit c026f31

Please sign in to comment.