diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e32fdd9..c57f547 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -38,3 +38,13 @@ If applicable, add screenshots to help explain your problem. ## Additional Information Add any other context about the problem here. + +## Checklist + +- [ ] I have searched the existing issues +- [ ] I have added the appropriate tags +- [ ] I have reproduced the issue with the latest version +- [ ] I have provided a detailed description of the bug +- [ ] I have provided steps to reproduce the issue +- [ ] I have included screenshots (if applicable) +- [ ] I have provided the environment details (OS, version, etc.) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md index bad8247..afe7663 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -32,6 +32,7 @@ Please also list any relevant details for your test configuration # Checklist: - [ ] My code follows the style guidelines of this project +- [ ] I have added the appropriate tags - [ ] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation diff --git a/documents/content/zh-cn/docs/08_template_pr.md b/documents/content/zh-cn/docs/08_template_pr.md index 97bc132..6338760 100644 --- a/documents/content/zh-cn/docs/08_template_pr.md +++ b/documents/content/zh-cn/docs/08_template_pr.md @@ -86,6 +86,7 @@ Please also list any relevant details for your test configuration # Checklist: - [ ] My code follows the style guidelines of this project +- [ ] I have added the appropriate tags - [ ] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation diff --git a/documents/content/zh-cn/docs/09_template_issue.md b/documents/content/zh-cn/docs/09_template_issue.md index 884d14a..0488286 100644 --- a/documents/content/zh-cn/docs/09_template_issue.md +++ b/documents/content/zh-cn/docs/09_template_issue.md @@ -75,3 +75,13 @@ If applicable, add screenshots to help explain your problem. ## Additional Information Add any other context about the problem here. + +## Checklist + +- [ ] I have searched the existing issues +- [ ] I have added the appropriate tags +- [ ] I have reproduced the issue with the latest version +- [ ] I have provided a detailed description of the bug +- [ ] I have provided steps to reproduce the issue +- [ ] I have included screenshots (if applicable) +- [ ] I have provided the environment details (OS, version, etc.)