From 0556f3830aa6b6c813ae8dac1189cb4c7a670173 Mon Sep 17 00:00:00 2001 From: Cosmo Myzrail Gorynych aka CoMiGo Date: Fri, 16 Aug 2019 10:14:31 +1200 Subject: [PATCH] :pencil: Create a pull_request_template.md --- pull_request_template.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pull_request_template.md diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 000000000..aa5aff3e4 --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,14 @@ +Closes #(issue's index). + +Changes proposed in this pull request: + +- +- +- + +Before sending the pull request, make sure that: + +- [ ] `gulp build` runs without issues +- [ ] if you develop a catmod, a test project is also present. Put it into a catmod's directory. + +**Ping @CosmoMyzrailGorynych**