diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..618bfc6 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,57 @@ + + +#### Summary + + +#### Changes + + +#### Ticket Link + + +#### Release Notes + + +#### Screenshots + + +#### Testing + + +#### Checklist +- [ ] Changes follow the project's code style guidelines +- [ ] Self-review completed +- [ ] Documentation updated (if applicable) +- [ ] New tests added / existing tests updated (if applicable) +- [ ] All existing tests pass (`make test` / `make test-server` / `make test-webapp`) +- [ ] Release notes included (or `release-note-none`)