Skip to content

Commit

Permalink
Merge pull request #6464 from getkirby/fix/pr-template
Browse files Browse the repository at this point in the history
Update PR template
  • Loading branch information
bastianallgeier committed Jun 4, 2024
2 parents 75b4c82 + 7a8c262 commit 90b5d74
Showing 1 changed file with 21 additions and 7 deletions.
28 changes: 21 additions & 7 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,45 @@
## This PR …
## Description
<!--
A clear and concise description of the PR.
Use this section for review hints, explanations or discussion points/todos.
Make sure to point your PR to the relevant develop branches, e.g.
`develop-patch`, `develop-minor` or `v5/develop`
How to contribute: https://contribute.getkirby.com
-->

### Summary of changes



### Reasoning



### Additional context



## Changelog
<!--
Add relevant release notes: Features, Enhancements, Fixes, Deprecated.
Reference issues from the `kirby` repo or ideas from `feedback.getkirby.com`.
Always mention whether your PR introduces breaking changes.
How to contribute: https://contribute.getkirby.com
-->

### Fixes



### Breaking changes



## Docs
<!--
Add any notes that help to document the feature/changes. Doesn't need
to be your best writing, just a few words and/or code snipptets.
to be your best writing, just a few words and/or code snippets.
-->


Expand All @@ -32,13 +48,11 @@ to be your best writing, just a few words and/or code snipptets.
<!--
If you can help to check off the following tasks, that'd be great.
If not, don't worry - we will take care of it.
More details: https://contribute.getkirby.com
-->

- [ ] In-code documentation (wherever needed)
- [ ] Unit tests for fixed bug/feature
- [ ] Tests and checks all pass
- [ ] Tests and CI checks all pass

### For review team
<!--
Expand Down

0 comments on commit 90b5d74

Please sign in to comment.