diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md index a6d4478d58..46039fdcf3 100644 --- a/.github/ISSUE_TEMPLATE/custom.md +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -14,6 +14,4 @@ assignees: '' - 运行指令/Command Code: - 完整报错/Complete Error Message: -我们提供了AceIssueSolver来帮助你解答问题,你是否想要它来解答(请填写yes/no)?/We provide AceIssueSolver to solve issues, do you want it? (Please write yes/no): - 请尽量不要包含图片在问题中/Please try to not include the image in the issue. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ca62dac86a..65f32f2cb7 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -12,4 +12,4 @@ - [ ] 这个 PR 是提交到dygraph分支或者是一个cherry-pick,否则请先提交到dygarph分支。 This PR is pushed to the dygraph branch or cherry-picked from the dygraph branch. Otherwise, please push your changes to the dygraph branch. - [ ] 这个PR清楚描述了功能,帮助评审能提升效率。This PR have fully described what it does such that reviewers can speedup. -- [ ] 这个PR已经经过本地测试。This PR can be convered by current tests or already test locally by you. +- [ ] 这个PR已经经过本地测试。This PR can be covered by existing tests or locally verified.