Files
mealie/.github/pull_request_template.md
2026-03-26 14:27:25 -05:00

73 lines
1.8 KiB
Markdown

<!--
This template provides some ideas of things to include in your PR description.
To start, try providing a short summary of your changes in the Title above. We follow Conventional Commits syntax, please ensure your title is prefixed with one of:
- `feat: `
- `fix: `
- `docs: `
- `chore: `
- `dev:`
If a section of the PR template does not apply to this PR, and is not marked as "required", then delete that section.
PLEASE READ:
-------------------------
Mealie uses a regular, automatic release schedule. This means that all PRs should be in a
stable state, ready for release. This includes:
- Ensuring new tests have been added to cover new features, or to prevent regressions.
- Work is fully complete and usable
-->
## What this PR does / why we need it:
_(REQUIRED)_
<!--
What goal is this change working towards?
Provide a bullet pointed summary of how each file was changed.
Briefly explain any decisions you made with respect to the changes.
If there is a UI component to the change, please include before/after images.
-->
## Which issue(s) this PR fixes:
_(REQUIRED)_
<!--
If this PR fixes one of more issues, list them here.
One per line, like so:
Fixes #123
Fixes #39
Be sure to include the word "fixes" otherwise the associated issue will not be closed.
-->
## Special notes for your reviewer:
_(fill-in or delete this section)_
<!--
Is there any particular feedback you would / wouldn't like?
Which parts of the code should reviewers focus on?
-->
## Testing
_(fill-in or delete this section)_
<!--
Describe how you tested this change.
-->
## AI / LLM Assistance
_(REQUIRED)_
<!--
Describe to which degree an LLM was used in creating this pull request. Failure to accurately disclose LLM usage may result in
review delays or closure of your PR.
-->