diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..da918526 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,24 @@ + + +Fixes # (issue) + +## How was this PR tested? + + + +- [ ] Test A +- [ ] Test B + +## Checklist: + +- [ ] I have carefully read [the contributing guidelines](https://developers.stoat.chat/developing/contrib/) +- [ ] I have performed a self-review of my own code +- [ ] I have made corresponding changes to the documentation if applicable +- [ ] I have no unrelated changes in the PR +- [ ] I have confirmed that any new dependencies are strictly necessary +- [ ] I have written tests for new code (if applicable) +- [ ] I have followed naming conventions/patterns in the surrounding code + +## Please declare, if any, LLM usage involved in creating this PR + +...