Skip to content

Commit

Permalink
Report a bug to help us improve twelvet
Browse files Browse the repository at this point in the history
  • Loading branch information
twelvet-s committed Aug 11, 2023
1 parent 1b64c19 commit e988e7a
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 0 deletions.
57 changes: 57 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
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: 您有好的建议或者修改方案可以提供给我们。
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
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: 您有好的建议或者修改方案可以提供给我们。
14 changes: 14 additions & 0 deletions .github/funding.yml
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

0 comments on commit e988e7a

Please sign in to comment.