-
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Report a bug to help us improve twelvet
- Loading branch information
Showing
4 changed files
with
98 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
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: 您有好的建议或者修改方案可以提供给我们。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
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: 您有好的建议或者修改方案可以提供给我们。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# 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 |