Skip to content

Commit 6438970

Browse files
authored
Merge pull request #964 from intersystems/github-pr-template
Added GitHub pull request template
2 parents 5d1b869 + d136f60 commit 6438970

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Description
2+
- 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).
3+
- 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).
4+
- Include any other necessary context, especially if any section warrants special reviewer attention.
5+
6+
## Testing
7+
How has this change been tested? Have you added unit or integration tests as appropriate?
8+
9+
## Checklist
10+
- [ ] This branch has the latest changes from the `main` branch rebased or merged.
11+
- [ ] Web UI has been built (any changes in `git-webui/src` have matching changes in `git-webui/release`)
12+
- [ ] CHANGELOG.md entry added if appropriate.
13+
- [ ] Documentation has been/will be updated

0 commit comments

Comments
 (0)