提交 6467ccfe 编写于 作者: twelvet's avatar twelvet

Report a bug to help us improve twelvet

上级 038fdac5
# These are supported funding model platforms
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: twelvet
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: https://twelvet.cn
ISSUE_TEMPLATE
name: 🐛 Bug report
description: Report a bug to help us improve twelvet
title: "[Bug]: "
labels: [bug]
assignees:
- twelvet-s
body:
- type: input
id: twelvet
attributes:
label: twelvet 版本
description: 请输入您当前使用的项目版本?
placeholder: 3.0.0
validations:
required: true
- type: input
id: node
attributes:
label: Node Version
description: 请输入您当前使用的NODE版本?
placeholder: v16.15.0
validations:
required: true
- type: input
id: java
attributes:
label: JDK Version
description: 请输入您当前使用的GOLANG版本?
placeholder: JDK 17
validations:
required: true
- type: dropdown
id: reappearance
attributes:
label: 是否依旧存在
description: 是否可以在master分支复现此bug?
options:
- 可以
- 不可以
- 未测试
validations:
required: true
- type: textarea
id: desc
attributes:
label: bug描述
description: 请简要描述bug以及复现过程.
placeholder: |
1. 首先...
2. 然后...
validations:
required: true
- type: textarea
id: advise
attributes:
label: 修改建议
description: 您有好的建议或者修改方案可以提供给我们。
blank_issues_enabled: false
contact_links:
- name: Document
url: https://twelvet.cn/docs/
about: If you have any questions about the use, you can check our official documents first
name: 🚀 Feature request
description: Suggest an idea for twelvet
title: "[Feature]: "
labels: [feature]
assignees:
- twelvet-s
body:
- type: textarea
id: desc
attributes:
label: 功能描述以及必要性描述
description: 您觉得此新功能会为框架带来什么便利.
placeholder: |
1. 首先...
2. 然后...
validations:
required: true
- type: textarea
id: advise
attributes:
label: 建议和方案
description: 您有好的建议或者修改方案可以提供给我们。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册