Skip to content

Commit d353e6a

Browse files
authored
Merge pull request #87 from Umpire2018/feat/add-template
Add concise GitHub templates for issues and PRs
2 parents 65f32b1 + 4012c23 commit d353e6a

3 files changed

Lines changed: 66 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: Bug Report / 错误报告
3+
about: Use this template to report bugs in the software / 使用此模板向我们报告软件中的错误
4+
title:
5+
labels: 'bug'
6+
assignees:
7+
8+
---
9+
10+
## Issue Description / 问题描述
11+
Please provide a detailed description of the error or issue you encountered. / 请详细描述您遇到的错误或问题。
12+
13+
## Steps to Reproduce / 复现步骤
14+
Please provide the specific steps to reproduce the error. / 请提供复现错误的具体步骤。
15+
16+
## Expected Behavior / 预期行为
17+
Describe the behavior you expected to see. / 请描述您期望的正确行为。
18+
19+
## Environment / 环境信息
20+
- Operating System / 操作系统:
21+
- Python Version / Python 版本:
22+
- Other Relevant Information / 其他相关信息:
23+
24+
## Error Screenshots or Logs / 错误截图或日志
25+
If possible, please provide relevant screenshots or logs of the error. / 如果可能,请提供相关的错误截图或日志文件。
26+
27+
## Additional Notes / 其他备注
28+
If you have any additional information or notes, please add them here. / 如果有其他补充信息,请在此处添加。
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Feature Request / 功能请求
3+
about: Submit a request for new features or enhancements / 提交对新功能或改进的请求
4+
title:
5+
labels: 'enhancement'
6+
assignees:
7+
8+
---
9+
10+
## Feature Description / 功能描述
11+
Please describe the feature you would like to see added or improved. / 请描述您希望添加或改进的功能。
12+
13+
## Goal / 目标
14+
Explain the goal you hope to achieve with this feature. / 请说明您希望通过这个功能实现的目标。
15+
16+
## Expected Behavior / 预期行为
17+
Describe the behavior you expect from this feature. / 请描述您期望的功能行为。
18+
19+
## Alternative Solutions / 其他解决方案
20+
If you have considered any alternative solutions, please provide them here. / 如果您已经考虑了其他解决方案,请在此处提供。
21+
22+
## Additional Notes / 其他备注
23+
If you have any additional information or notes, please add them here. / 如果有其他补充信息,请在此处添加。
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Pull Request
3+
about: Propose changes to the codebase
4+
labels:
5+
6+
---
7+
8+
## Changes / 更改内容
9+
Brief summary of the changes made. / 所作的更改简短总结。
10+
11+
## Testing / 测试
12+
How were these changes validated? / 这些更改是如何验证的?
13+
14+
## Related Issues / 相关的问题
15+
Reference related issues if any. / 引用相关的问题(如果有)。

0 commit comments

Comments
 (0)