Merge pull request #10288 from zmstone/master

chore: update PR template
This commit is contained in:
Zaiming (Stone) Shi 2023-03-30 15:30:53 +02:00 committed by GitHub
commit 68f2c1042d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,11 +1,13 @@
Fixes <issue-or-jira-number> Fixes <issue-or-jira-number>
Make sure to target release-50 branch if this PR is intended to fix the issues for the release candidate.
## PR Checklist ## PR Checklist
Please convert it to a draft if any of the following conditions are not met. Reviewers may skip over until all the items are checked: Please convert it to a draft if any of the following conditions are not met. Reviewers may skip over until all the items are checked:
- [ ] Added tests for the changes - [ ] Added tests for the changes
- [ ] Changed lines covered in coverage report - [ ] Changed lines covered in coverage report
- [ ] Change log has been added to `changes/{ce,ee}/(feat|perf|fix)-<PR-id>.en.md` and `.zh.md` files - [ ] Change log has been added to `changes/{ce,ee}/(feat|perf|fix)-<PR-id>.en.md` files
- [ ] For internal contributor: there is a jira ticket to track this change - [ ] For internal contributor: there is a jira ticket to track this change
- [ ] If there should be document changes, a PR to emqx-docs.git is sent, or a jira ticket is created to follow up - [ ] If there should be document changes, a PR to emqx-docs.git is sent, or a jira ticket is created to follow up
- [ ] Schema changes are backward compatible - [ ] Schema changes are backward compatible