From 9de4bef73ed88a9f77e259f82b24714dff332a48 Mon Sep 17 00:00:00 2001 From: KuhnChris Date: Fri, 14 Jan 2022 17:37:40 +0100 Subject: [PATCH] chore(project management): Pull Request Template (#491) Co-authored-by: Ed L Co-authored-by: Kuhn Chris --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..a2b457d0 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +## Please make sure to check the following tasks before opening and submitting a PR + +* [ ] I understand and have followed the [contribution guide](https://github.com/revoltchat/revolt/discussions/282) +* [ ] I have tested my changes locally and they are working as intended +* [ ] These changes do not have any notable side effects on other Revolt projects +* [ ] (optional) I have opened a pull request on [the translation repository](https://github.com/revoltchat/translations) +* [ ] I have included screenshots to demonstrate my changes