diff options
author | Doge <[email protected]> | 2021-05-23 10:21:30 +0800 |
---|---|---|
committer | Doge <[email protected]> | 2021-05-23 10:21:30 +0800 |
commit | a31c4f39f2cccaf1e797d3b548ab5f88bc697a74 (patch) | |
tree | 1ed68e9299f6b82bf6839e0460ccd88359aea240 | |
parent | 2b487ab5114636b0d0c232477f07dc7986366a4e (diff) | |
download | chromate-a31c4f39f2cccaf1e797d3b548ab5f88bc697a74.tar.gz chromate-a31c4f39f2cccaf1e797d3b548ab5f88bc697a74.tar.bz2 chromate-a31c4f39f2cccaf1e797d3b548ab5f88bc697a74.zip |
Update GitHub Issue Templates
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 26 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 26 |
2 files changed, 32 insertions, 20 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3675334..df05e91 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,22 +1,28 @@ --- -name: Bug report -about: Create a report to help us improve +name: Bug report | Bug 报告 +about: Create a report to help us improve | 提供 Bug 报告 title: '' labels: bug assignees: guiqiqi --- -**Describe the bug** +**Describe the bug [Required]** A clear and concise description of what the bug is. -**Expected behavior** -A clear and concise description of what you expected to happen. +**描述你遇到的问题 [必填]** +在这里描述你遇到问题的详细情况。 -**Enviroment (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] +**Recurrence process [Required]** +Please describe how to reproduce this bug. +Filling in the address of the page that encountered the problem is good. -**Additional context** +**复现过程 [必填]** +请详细描述如果复现这个问题。 +有可能的话,可以贴上你遇到问题的网页地址。 + +**Additional context [Optional]** Add any other context about the problem here. + +**额外信息 [可选]** +这里可以填入关于此 Bug 的额外信息。 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 036a51a..4746e1a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,20 +1,26 @@ --- -name: Feature request -about: Suggest an idea for this project +name: Feature request | 功能请求 +about: Suggest an idea for this project | 请求一个新功能/提供点子 title: '' labels: enhancement assignees: guiqiqi --- -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] +**What you want [Required]** +Describe the function you want. -**Describe the solution you'd like** -A clear and concise description of what you want to happen. +**功能描述 [必填]** +在这里详细描述你想要什么样的功能。 -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. +**The solution you think [Optional]** +Please provide a solution that you think may be possible to achieve this function, or an existing implementation (from another project). -**Additional context** -Add any other context or screenshots about the feature request here. +**你认为的可能解决方案 [可选]** +请提供一个你认为不错的解决方案,或者现有从别的项目中有的实现。 + +**Additional context [Optional]** +Add any other context about the problem here. + +**额外信息 [可选]** +这里可以填入关于此 Bug 的额外信息。 |