Skip to content

Commit

Permalink
Update issue forms
Browse files Browse the repository at this point in the history
  • Loading branch information
HMBSbige committed Apr 21, 2021
1 parent 2b0530d commit 32a9261
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
name: Bug report
description: "Create a report to help us improve"
description: Create a report to help us improve
labels: 需要核实
issue_body: true
body:
- type: markdown
attributes:
value: "**Make sure you have read the readme, searched and read the issues related to yours. Otherwise it will be considered as a duplicate which will be closed immediately.**"
- type: textarea
id: error
attributes:
Expand All @@ -29,7 +25,7 @@ body:
label: CAPTCHA
description: Please confirm the options below.
options:
- label: I am human
- label: Make sure you have read the readme, searched and read the issues related to yours. Otherwise it will be considered as a duplicate which will be closed immediately.
required: true
- type: textarea
id: log
Expand All @@ -43,12 +39,14 @@ body:
id: environment
attributes:
label: Environment
render: txt
placeholder: |
- OS: [e.g. Windows 10 Pro 64-bit 1903]
- Netch Version: [e.g. 1.0.0-STABLE.x64]
validations:
required: true
- type: markdown
- type: textarea
attributes:
value: |
label: Additional information
description: >
In the text box below, you can attach any relevant screenshots and files.

0 comments on commit 32a9261

Please sign in to comment.