From f029a7b6d128cb74041b51d4a1d5ebaef43ec794 Mon Sep 17 00:00:00 2001 From: tequ Date: Sat, 16 Sep 2023 04:20:25 +0900 Subject: [PATCH] update PR template (#827) Enable to distinguish between updating documents directly related to Explorer and translation work, as translation activities for this repository are increasing. ### Type of Change - [x ] Documentation Updates --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9dfca9b99..1cc303671 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -28,6 +28,7 @@ Please check relevant options, delete irrelevant ones. - [ ] Refactor (non-breaking change that only restructures code) - [ ] Tests (You added tests for code that already exists, or your new feature included in this PR) - [ ] Documentation Updates +- [ ] Translation Updates - [ ] Release ### TypeScript/Hooks Update