Skip to content

Commit 4b9e268

Browse files
authored
Create bug_report.yml
Signed-off-by: Christopher Jr Riley <chrisjr@cjrriley.com>
1 parent 54426aa commit 4b9e268

File tree

1 file changed

+72
-0
lines changed

1 file changed

+72
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
name: Bug Report
2+
description: Report a bug within ATSyntaxTools.
3+
title: "[Bug]: "
4+
labels: ["bug"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: >
9+
Thanks for taking the time to fill out this bug report! Please note that this form is for bugs only!
10+
- type: input
11+
id: summary
12+
attributes:
13+
label: Summary
14+
description: Summarize the bug in one or two sentences.
15+
validations:
16+
required: true
17+
- type: textarea
18+
id: steps
19+
attributes:
20+
label: Reproduction Steps
21+
description: Describe how you were able to get the bug.
22+
validations:
23+
required: true
24+
- type: textarea
25+
id: expected-results
26+
attributes:
27+
label: Expected Results
28+
description: What were you expecting to happen?
29+
validations:
30+
required: true
31+
- type: textarea
32+
id: actual-results
33+
attributes:
34+
label: Actual Results
35+
description: What actually happened?
36+
validations:
37+
required: true
38+
- type: dropdown
39+
id: operating-system
40+
attributes:
41+
label: What operating systems did you experience this bug?
42+
multiple: true
43+
options:
44+
- macOS
45+
- iOS/iPadOS
46+
- tvOS
47+
- visionOS
48+
- watchOS
49+
- Linux
50+
- Docker
51+
- Other
52+
validations:
53+
required: true
54+
- type: textarea
55+
id: os-version
56+
attributes:
57+
label: Operating System Version
58+
description: For each operating system, give us the version numbers. For "Linux," state what distro you're using. For "Other," state what operating system you're using. For "Docker," state what version and Linux distro you're using.
59+
validations:
60+
required: true
61+
- type: input
62+
id: atsyntaxtools-version
63+
attributes:
64+
label: ATSyntaxTools Version
65+
description: State what version of ATSyntaxTools you're using.
66+
validations:
67+
required: true
68+
- type: textarea
69+
id: additional-context
70+
attributes:
71+
label: Additional Context
72+
description: Add any other context, screenshots, or videos about the bug here.

0 commit comments

Comments
 (0)