diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index af646e2..2c6b76c 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -4,6 +4,31 @@ about: 报告错误 --- + + +## Actual Description + +- File Path: for example, `book/en-us/02-usability.md` +- Original paragraph: + +``` +A copy of the original paragraph +``` + +## Expected Description + +``` +A modified paragraph +``` + +## Attachments + +Attach screenshot or files if necessary. + +--- + + + ## 实际描述 - 文件路径:例如,book/zh-cn/02-usability.md diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index 44433b3..470e91b 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -4,6 +4,20 @@ about: 内容建议 --- + + +## Motivation + +Please briefly describe your motivation. + +## Requirements + +Please list all of your suggestions. + +--- + + + ## 动机 请描述你提交内容建议的动机。 diff --git a/.github/ISSUE_TEMPLATE/Question.md b/.github/ISSUE_TEMPLATE/Question.md index 0f68bd5..0c13fb7 100644 --- a/.github/ISSUE_TEMPLATE/Question.md +++ b/.github/ISSUE_TEMPLATE/Question.md @@ -4,6 +4,16 @@ about: 提交问题 --- + + +## Question + +Please describe your question here, and read [How-To-Ask-Questions-The-Smart-Way](http://www.catb.org/~esr/faqs/smart-questions.html) before you submit your question. + +--- + + + ## 问题描述 请在此描述你的问题,提问前请参考[提问的智慧](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/master/README-zh_CN.md) \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 06fd67f..29c3aa7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,25 @@ resolve #issue_id + + +## Description + +Please describe the motivation of this pull request, and what problem was solved in this PR. + +## Change List + +- Fix typo error of XXX +- Add description regarding XXX feature +- Resolve error content of XXX + +## Reference + +Please add reference if necessary + +--- + + + ## 说明 此处详细说明 PR 的动机是什么、解决了什么样的问题。