From e7f509b51ed77b789e4facb2c9a86b81d1063f8f Mon Sep 17 00:00:00 2001 From: Do-hyun Ko Date: Wed, 25 Dec 2024 22:27:48 +0900 Subject: [PATCH] :pencil2: Fix typos and tones of the pr template --- .github/pull_request_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6e340384..c46cf7a0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +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? +- [ ] Have you checked if it works normally in all models? *Ignore this if it doesn't use models.* +- [ ] Have you checked if it works normally in all web, local, and node hosted versions? If it doesn't, have you blocked it in those versions? +- [ ] Have you added type definitions? # Description