!60 feat: #I7XMM2 增加重构模版;增加版本下拉选项
Merge pull request !60 from songdragon/feature-I7XMM2
This commit is contained in:
commit
3e6d984e58
@ -7,7 +7,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
感谢对项目的支持与关注。在提出问题之前,请确保你已查看相关开发或使用文档:
|
感谢对项目的支持与关注。在提出问题之前,请确保你已查看相关开发或使用文档:
|
||||||
- https://gitee.com/jcnc-org/docs
|
- https://gitee.com/jcnc-org/docs/blob/master/zh-cn/doc/doc-jnotepad/doc-jnotepad.md
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: 这个问题是否已经存在?
|
label: 这个问题是否已经存在?
|
||||||
@ -19,6 +19,8 @@ body:
|
|||||||
label: 如何复现
|
label: 如何复现
|
||||||
description: 请详细告诉我们如何复现你遇到的问题,如涉及代码,可提供一个最小代码示例,并使用反引号```附上它
|
description: 请详细告诉我们如何复现你遇到的问题,如涉及代码,可提供一个最小代码示例,并使用反引号```附上它
|
||||||
placeholder: |
|
placeholder: |
|
||||||
|
操作系统:
|
||||||
|
复现步骤:
|
||||||
1. ...
|
1. ...
|
||||||
2. ...
|
2. ...
|
||||||
3. ...
|
3. ...
|
||||||
@ -48,7 +50,10 @@ body:
|
|||||||
label: 版本
|
label: 版本
|
||||||
description: 你当前正在使用我们软件的哪个版本/分支?
|
description: 你当前正在使用我们软件的哪个版本/分支?
|
||||||
options:
|
options:
|
||||||
- (默认)
|
- V1.1.11(默认)
|
||||||
- (最新)
|
- V1.1.12(最新)
|
||||||
|
- V1.1.10
|
||||||
|
- V1.1.9
|
||||||
|
- V1.1.8
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
@ -1,7 +1,7 @@
|
|||||||
name: 功能建议
|
name: 功能建议
|
||||||
description: 对本项目提出一个功能建议
|
description: 对本项目提出一个功能建议
|
||||||
title: "[功能建议]: "
|
title: "[功能建议]: "
|
||||||
labels: ["enhancement"]
|
labels: ["feature"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
12
.gitee/ISSUE_TEMPLATE/refactor.yml
Normal file
12
.gitee/ISSUE_TEMPLATE/refactor.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
name: 功能建议
|
||||||
|
description: 对本项目提出一个功能建议
|
||||||
|
title: "[重构]: "
|
||||||
|
labels: ["refactor"]
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: related-problem
|
||||||
|
attributes:
|
||||||
|
label: 重构目的是什么?
|
||||||
|
description: 清晰并简洁地描述重构是什么,例如,减少文件选择器重复创建代码。
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
Loading…
x
Reference in New Issue
Block a user