From 510d7f9d1e989ddf573e496d3090af100dc06535 Mon Sep 17 00:00:00 2001 From: Aaron Wang Date: Sun, 25 Jun 2023 19:31:36 +0800 Subject: [PATCH] chore: update PULL_REQUEST_TEMPLATE.md (#257) * Update PULL_REQUEST_TEMPLATE.md --------- Co-authored-by: imbajin --- .github/PULL_REQUEST_TEMPLATE.md | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 578415b7e..0cba90618 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -17,7 +17,7 @@ ## Purpose of the PR -- close: xxx +- close #xxx + -- This change is a trivial rework / code cleanup without any test coverage. +- [ ] Trivial rework / code cleanup without any test coverage. (No Need) +- [ ] Already covered by existing tests, such as *(please modify tests here)*. +- [ ] Need tests and can be verified as follows. + ## Does this PR potentially affect the following parts? @@ -70,4 +66,4 @@ For example: - [ ] `Doc - TODO` - [ ] `Doc - Done` -- [ ] `Doc - NO Need` +- [ ] `Doc - No Need`