You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+13-9Lines changed: 13 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -10,27 +10,35 @@ body:
10
10
value: |
11
11
Thanks for taking the time to file a bug report!
12
12
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
14
22
- type: input
15
23
id: contact
16
24
attributes:
17
-
label: Contact Details (Required)
25
+
label: Contact Details
18
26
description: How can we get in touch with you if we need more info?
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.
27
35
placeholder: I was doing [A], expected [B] to happen, but [C] occurred instead.
28
36
validations:
29
37
required: true
30
38
- type: dropdown
31
39
id: version
32
40
attributes:
33
-
label: Version (Required)
41
+
label: Version
34
42
description: What version of our software are you running?
35
43
options:
36
44
- 1.0.2 (Default)
@@ -43,9 +51,5 @@ body:
43
51
label: Code of Conduct
44
52
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com/coc)
45
53
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
47
55
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