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
description: Report a bug within the SA Tools Suite
3
+
title: "[Bug Report]: "
4
+
labels: ["bug"]
5
+
body:
6
+
- type: markdown
7
+
attributes:
8
+
value: |
9
+
Thank you for submitting a bug report. Please be include the name of the program(s) affected in the title. Be sure to include as much information as you can in the required fields.
10
+
- type: checkboxes
11
+
id: review
12
+
attributes:
13
+
label: Report Verification
14
+
options:
15
+
- label: I have reviewed existing issues on this repository and my issue is not currently reported.
16
+
required: true
17
+
- label: The issue I'm reporting is for a program in the SA Tools.
18
+
required: true
19
+
- type: textarea
20
+
id: report
21
+
attributes:
22
+
label: Please provide details regarding the bug you experienced. Do not include reproduction steps here.
23
+
validations:
24
+
required: true
25
+
- type: textarea
26
+
id: repro
27
+
attributes:
28
+
label: Reproduction Steps
29
+
description: Please provide steps that will reproduce the error.
30
+
validations:
31
+
required: true
32
+
- type: textarea
33
+
id: crash-report
34
+
attributes:
35
+
label: Crash Report
36
+
description: If the program crashed and provided a crash report or log, please provide it here.
37
+
validations:
38
+
required: false
39
+
- type: dropdown
40
+
id: os
41
+
attributes:
42
+
label: Please select your Operating System.
43
+
multiple: false
44
+
options:
45
+
- Windows
46
+
- Linux
47
+
- MacOS
48
+
validations:
49
+
required: true
50
+
- type: input
51
+
id: os-version
52
+
attributes:
53
+
label: Operation System Information
54
+
description: Please provide the version of your Operating System. If you're using Linux or MacOS, please provide the emulation layer you're using.
55
+
validations:
56
+
required: true
57
+
- type: textarea
58
+
id: additional
59
+
attributes:
60
+
label: Additional Information
61
+
description: If you have additional information or files that are needed to reproduce the issue, please include them in this field.
0 commit comments