feat: #I7XMM2 增加重构模版;增加版本下拉选项

This commit is contained in:
songdragon 2023-08-31 22:38:23 +08:00
parent 3aec1f93cd
commit 4e18118a24
3 changed files with 21 additions and 4 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
name: 功能建议 name: 功能建议
description: 对本项目提出一个功能建议 description: 对本项目提出一个功能建议
title: "[功能建议]: " title: "[功能建议]: "
labels: ["enhancement"] labels: ["feature"]
body: body:
- type: markdown - type: markdown
attributes: attributes:

View File

@ -0,0 +1,12 @@
name: 功能建议
description: 对本项目提出一个功能建议
title: "[重构]: "
labels: ["refactor"]
body:
- type: textarea
id: related-problem
attributes:
label: 重构目的是什么?
description: 清晰并简洁地描述重构是什么,例如,减少文件选择器重复创建代码。
validations:
required: false