From 8cf2068a703d028c0a759839d36871543a003eba Mon Sep 17 00:00:00 2001 From: Anuken Date: Tue, 20 Jul 2021 19:15:50 -0400 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 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 0000000000..4f03450b6e --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ +If your pull request is **not** translation-related, read the list of requirements below and check each box: + +- [ ] I have read the [contribution guidelines](https://github.com/Anuken/Mindustry/blob/master/CONTRIBUTING.md). +- [ ] I have ensured that my code compiles, if applicable. +- [ ] I have ensured that any new features in this PR function correctly in-game, if applicable.