From 1aa23450faf8d797f4670cd6dd3c795e0a54e99e Mon Sep 17 00:00:00 2001 From: SkyeBeFreeman <928016560@qq.com> Date: Thu, 23 Jun 2022 10:55:46 +0800 Subject: [PATCH] doc:update PULL_REQUEST_TEMPLATE.md. --- .github/PULL_REQUEST_TEMPLATE.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c6cfbfecc..b162ac3a2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -10,17 +10,19 @@ Other... Please describe: ## Describe what this PR does for and how you did. +## Adding the issue link (#xxx) if possible. -## Does this PR be associated with issue? If so, please adding the issue link below. +## Note +## Checklist -## Note +- [ ] Add copyright holder at the beginning of .class file if it is new. +- [ ] Add information of this PR to CHANGELOG.md in root of project. +- [ ] All junit tests passing. +- [ ] Coverage from `Codecov Report` should not decrease. +## Checklist (Optional) -### Checklist -- [ ] Code compiles correctly -- [ ] Pull Request has submit to 2020.0 and Greenwich -- [ ] Create at least one junit test if possible -- [ ] All tests passing -- [ ] Extend documentation if necessary -- [ ] Add myself / the copyright holder to the AUTHORS file +- [ ] Will Pull Request to branch of 2020.0 and 2021.0. +- [ ] Add documentation in javadoc in code or comment below the PR if necessary. +- [ ] Add your name as @author to the beginning of .class file.