From 4092cbaad22be541a3a6fefb4746c5034f373585 Mon Sep 17 00:00:00 2001 From: kwaroran <116663078+kwaroran@users.noreply.github.com> Date: Wed, 31 May 2023 23:32:28 +0900 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 6 ++++++ 1 file changed, 6 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..6e340384 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,6 @@ +# PR Checklist +- [ ] Did you check if it works normally in all models? *ignore this when it dosen't uses models* +- [ ] Did you check if it works normally in all of web, local and node hosted versions? if it dosen't, did you blocked it in those versions? +- [ ] Did you added a type def? + +# Description