Skip to content

Commit

Permalink
ci: update issues templates
Browse files Browse the repository at this point in the history
  • Loading branch information
shengchenyang committed Apr 22, 2024
1 parent 8fa1cdc commit cef8048
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 12 deletions.
18 changes: 11 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,30 @@ assignees: ''

---

**Describe the bug**
**Describe the bug/描述 bug**
A clear and concise description of what the bug is.
cn: 对 bug 进行清晰地描述。

**Versions (please complete the following information):**
**Versions (please complete the following information)/版本信息:**
- **Device & OS:** [e.g. Windows 10 22H2 / MacOS Ventura 13.2.1 / Ubuntu 22.04.2 LTS]
- **Version:** [e.g. ayugespidertools-3.4.0]
- **Python:** [e.g. Python 3.8.5]

**To Reproduce**
Steps to reproduce the behavior:
**To Reproduce/复现**
Steps to reproduce the behavior/复现步骤:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
**Expected behavior/预期行为**
A clear and concise description of what you expected to happen.
cn: 清晰地描述您所期望的结果。

**Screenshots**
**Screenshots/屏幕截图**
If applicable, add screenshots to help explain your problem.
cn: 添加屏幕截图以帮助解决您的问题。

**Additional context**
**Additional context/额外信息**
Add any other context about the problem here.
cn: 可添加该问题的补充信息。
12 changes: 8 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,18 @@ assignees: ''

---

**Is your feature request related to a problem? Please describe.**
**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 [...]
cn: 对功能请求进行清晰地描述。

**Describe the solution you'd like**
**Describe the solution you'd like/描述您想要的解决方案**
A clear and concise description of what you want to happen.
cn: 清晰地描述此功能请求的添加方式,比如指定某个依赖项,需要兼容的平台和版本等。

**Describe alternatives you've considered**
**Describe alternatives you've considered/有考虑过某些替代方案吗,如果有请描述。**
A clear and concise description of any alternative solutions or features you've considered.
cn: 对考虑过的任何替代解决方案或功能进行清晰地描述。

**Additional context**
**Additional context/额外信息**
Add any other context or screenshots about the feature request here.
cn: 可添加该功能请求的补充信息。
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ assignees: ''

---

**Question description**
**Question description/询问**

<!-- Ask your question here -->
cn: 当您对库的使用,文档内容等存在疑惑时,可在此询问。

0 comments on commit cef8048

Please sign in to comment.