From 64b2b83a894f6e29fb227be13bef0aa96999361e Mon Sep 17 00:00:00 2001 From: Tegas Aziz <49786146+WilloIzCitron@users.noreply.github.com> Date: Tue, 26 Apr 2022 21:09:48 +0700 Subject: [PATCH] New! Pull Request Template (#673) --- .github/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 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..caae29d5 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +Please describe your feature/changes on this pull: + +> if this pull request **not** a localization related, please fill and check on this below + +Please Screenshot/Capture your WNW11 new feature to demonstrate: + +Which your feature we're added on this pull: + +- [ ] I had read the [contributing guidelines](CONTRIBUTING.md) +- [ ] I ensured that my code compiles, if applicable +- [ ] I ensured that my feature works properly, if applicable