From 612a4aff3eb2932c49c062ba18b3177cd9c50f23 Mon Sep 17 00:00:00 2001 From: Ken Chu Date: Sun, 5 Dec 2021 12:26:25 +0800 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 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 000000000..382d41ecc --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,26 @@ +### What is this PR for? + + +### What type of PR is it? +[Bug Fix | Improvement | Feature | Documentation | Hot Fix | Refactoring] + +### Todos +* [ ] - Task + +### What is the Jira issue? + +### How should this be tested? + + +### Screenshots (if appropriate) + +### Questions: +* Do the license files need updating? Yes/No +* Are there breaking changes for older versions? Yes/No +* Does this need new documentation? Yes/No