Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Description
- Link the issue using the [magic closing words](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests#linking-a-pull-request-to-an-issue).
- Provide a summary of the change and how it addresses the issue (e.g. if it is a bug, explain the root cause of the bug and how this change fixes it).
- Include any other necessary context, especially if any section warrants special reviewer attention.

## Testing
How has this change been tested? Have you added unit or integration tests as appropriate?

## Checklist
- [ ] This branch has the latest changes from the `main` branch rebased or merged.
- [ ] Web UI has been built (any changes in `git-webui/src` have matching changes in `git-webui/release`)
- [ ] CHANGELOG.md entry added if appropriate.
- [ ] Documentation has been/will be updated
Loading