Skip to content

Commit e01ce61

Browse files
authored
Update bug_report.yml
1 parent 921bf6f commit e01ce61

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,35 @@ body:
1010
value: |
1111
Thanks for taking the time to file a bug report!
1212
13-
**Important:** Please fill out all fields below. While the form may allow submission with empty fields, reports with missing information may be closed without investigation. Your thorough input helps us address issues effectively.
13+
**Important:** Please fill out all fields below. Reports with missing information may be closed without investigation.
14+
- type: input
15+
id: title
16+
attributes:
17+
label: Bug Title
18+
description: Provide a clear and concise title for this bug.
19+
placeholder: e.g., "App crashes when uploading large files"
20+
validations:
21+
required: true
1422
- type: input
1523
id: contact
1624
attributes:
17-
label: Contact Details (Required)
25+
label: Contact Details
1826
description: How can we get in touch with you if we need more info?
1927
placeholder: ex. [email protected]
2028
validations:
2129
required: true
2230
- type: textarea
2331
id: what-happened
2432
attributes:
25-
label: What happened? (Required)
33+
label: What happened?
2634
description: Please provide a clear and concise description of the bug. Include what you were doing, what you expected to happen, and what actually happened.
2735
placeholder: I was doing [A], expected [B] to happen, but [C] occurred instead.
2836
validations:
2937
required: true
3038
- type: dropdown
3139
id: version
3240
attributes:
33-
label: Version (Required)
41+
label: Version
3442
description: What version of our software are you running?
3543
options:
3644
- 1.0.2 (Default)
@@ -43,9 +51,5 @@ body:
4351
label: Code of Conduct
4452
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com/coc)
4553
options:
46-
- label: I agree to follow this project's Code of Conduct (Required)
54+
- label: I agree to follow this project's Code of Conduct
4755
required: true
48-
- type: markdown
49-
attributes:
50-
value: |
51-
**Final Note:** Submitting this form with any empty fields may result in your issue being closed without investigation. Please ensure all required information is provided. Thank you for your cooperation!

0 commit comments

Comments
 (0)