Skip to content

Commit

Permalink
Create 001-report-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wohaopa committed May 24, 2024
1 parent 58c665a commit b711e25
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/001-report-bug
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: 汇报一个Bug
description: "汇报一个Bug"
labels: "bug"
body:
- type: input
id: version
attributes:
label: 你的整合包版本
description: 不同版本的整合包或许一点差异
placeholder: "例如: 2.5.1"
validations:
required: true

- type: textarea
id: report
attributes:
label: Bug的具体细节
description: "请具体描述BUg的具体细节"
validations:
required: true

0 comments on commit b711e25

Please sign in to comment.