mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-08 13:39:53 +00:00
add issue templates
This commit is contained in:
parent
2efe0de0cf
commit
1977201051
32
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
32
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: 创建一个报告来帮助我们改进
|
||||||
|
title: "[Bug] 标题简要描述问题"
|
||||||
|
labels: bug
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**描述问题**
|
||||||
|
简要描述问题是什么
|
||||||
|
|
||||||
|
**复现步骤**
|
||||||
|
复现该问题的步骤:
|
||||||
|
1. 去到 '...'
|
||||||
|
2. 点击 '...'
|
||||||
|
3. 滚动到 '...'
|
||||||
|
4. 发现问题
|
||||||
|
|
||||||
|
**期望的结果**
|
||||||
|
简要描述你期望发生的事情。
|
||||||
|
|
||||||
|
**截图**
|
||||||
|
如有可能,请添加截图以帮助解释问题。
|
||||||
|
|
||||||
|
**环境**
|
||||||
|
- 操作系统: [e.g. Windows, macOS]
|
||||||
|
- 浏览器: [e.g. Chrome, Safari]
|
||||||
|
- 仓库版本: [e.g. v1.0.0]
|
||||||
|
|
||||||
|
**其他信息**
|
||||||
|
在此处添加关于该问题的任何其他信息。
|
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: 提出一个新功能请求
|
||||||
|
title: "[Feature] 简要描述你希望实现的功能"
|
||||||
|
labels: enhancement
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**功能描述**
|
||||||
|
简要描述你希望添加的功能和相关问题。
|
||||||
|
|
||||||
|
**动机**
|
||||||
|
为什么这个功能对项目有帮助?
|
||||||
|
|
||||||
|
**替代方案**
|
||||||
|
描述你已经考虑过的替代方案。
|
||||||
|
|
||||||
|
**其他信息**
|
||||||
|
在这里添加任何相关的附加信息或截图。
|
Loading…
x
Reference in New Issue
Block a user