修改gitee的Issues配置文件

This commit is contained in:
wind 2023-05-24 17:09:58 +08:00
parent 05908aab8a
commit ceca2943b2
6 changed files with 35 additions and 28 deletions

View File

@ -0,0 +1,11 @@
# 版本信息 (必填):
当前使用的版本必填2.0.X 或其它
JDK 版本(必填) : JDK 8 或其他一定写明至具体的小版本号
# 问题描述:
# 报错截图
# 日志信息
# 重现步骤

View File

@ -7,23 +7,23 @@ body:
attributes: attributes:
value: | value: |
感谢对项目的支持与关注。在提出问题之前,请确保您已查看相关开发或使用文档: 感谢对项目的支持与关注。在提出问题之前,请确保您已查看相关开发或使用文档:
- https://wind.kim - https://www.herodotus
- type: checkboxes - type: checkboxes
attributes: attributes:
label: 这个问题是否已经存在? label: 这个问题是否已经存在?
options: options:
- label: 我已经搜索过现有的问题 (https://gitee.com/../../issues) - label: 我已经搜索过现有的问题 (https://gitee.com/dromara/dante-cloud/issues)
required: false required: true
- type: textarea - type: textarea
attributes: attributes:
label: 如何复现 label: 如何复现
description: 请详细告诉我们如何复现你遇到的问题,如涉及代码,可提供一个最小代码示例,并使用反引号```附上它 description: 请详细告诉我们如何复现你遇到的问题,如涉及代码,可提供一个最小代码示例,并使用反引号```附上它
placeholder: | placeholder: |
1. ... 1. ...
2. ... 2. ...
3. ... 3. ...
validations: validations:
required: false required: true
- type: textarea - type: textarea
attributes: attributes:
label: 预期结果 label: 预期结果
@ -36,33 +36,19 @@ body:
description: 请告诉我们实际发生了什么。 description: 请告诉我们实际发生了什么。
validations: validations:
required: true required: true
- type: textarea
attributes:
label: 错误堆栈
description: 请将完整的错误堆栈抹去敏感信息后告诉我们。
validations:
required: true
- type: textarea - type: textarea
attributes: attributes:
label: 截图或视频 label: 截图或视频
description: 如果可以的话,上传任何关于 bug 的截图。 description: 如果可以的话,上传任何关于 bug 的截图。
value: | value: |
[在这里上传图片] [在这里上传图片]
validations:
required: true
- type: dropdown - type: dropdown
id: version id: version
attributes: attributes:
label: 版本 label: 版本
description: 你当前正在使用我们软件的哪个版本/分支? description: 你当前正在使用我们软件的哪个版本/分支?
options: options:
- 1.0.2 - 3.1.X
- 1.0.3 - 2.7.X
- 1.0.4
- 2.0.0
- 2.0.1
- 2.0.2
- 2.0.3
- 2.1.0
validations: validations:
required: true required: true

View File

@ -1,5 +0,0 @@
blank_issues_enabled: false
contact_links:
- name: sms4j官方文档
url: https://wind.kim
about: 提供 sms4j 使用指南、教程、基本功能使用、介绍和常见问题解答

View File

@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: sms4j文档中心
url: https://wind.kim
about: 提供 sms4j 搭建使用指南、平台基本开发使用方式、介绍、基础知识和常见问题解答

View File

@ -1,12 +1,12 @@
name: 功能建议 name: 功能建议
description: sms4j提出一个功能建议 description: 本项目提出一个功能建议
title: "[功能建议]: " title: "[功能建议]: "
labels: ["enhancement"] labels: ["enhancement"]
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
感谢提出功能建议,我们将仔细考虑!如果你的建议被选中,我们将会有成员进行认领,并标记为进行中 感谢提出功能建议,我们将仔细考虑!
- type: textarea - type: textarea
id: related-problem id: related-problem
attributes: attributes:

View File

@ -0,0 +1,10 @@
### 相关的Issue
### 原因(目的、解决的问题等)
### 描述(做了什么,变更了什么)
### 测试用例(新增、改动、可能影响的功能)