/ .github / ISSUE_TEMPLATE / 1-bug-report.yml
1-bug-report.yml
 1  name: Issue
 2  description: "File a report for a bug/issue inside of Auride"
 3  title: "[Bug]: "
 4  labels: ["bug"]
 5  body:
 6    - type: markdown
 7      attributes:
 8        value: |
 9          Thank you for taking the time to help us improve Auride! Please note that these tickets are to be treated seriously, any content deemed disrespectful, non-serious, or does not adequately follow the steps below will be immediately closed and potentially removed.
10  
11          This is an English-only form. If you do not speak English, please use Google Translate or similar to translate into English.
12    - type: dropdown
13      id: browser
14      attributes:
15        label: Browser
16        description: "Please select the type of browser that you were using. If you're unsure, you can search `What browser engine does YOUR_BROWSER use?`. If you use the app, please leave this blank."
17        multiple: true
18        options:
19            - Chromium-based
20            - Firefox-based
21            - WebKit-based
22      validations:
23        required: false
24    - type: dropdown
25      id: os
26      attributes:
27        label: Operating System
28        description: "What operating system did you experience this on?"
29        multiple: true
30        options:
31            - Windows 8.1 or older
32            - Windows 10
33            - Windows 11
34            - macOS
35            #- KatOS
36            - Debian-based Linux OS (Debian, Deepin, etc.)
37            - Arch-based Linux OS (Arch, Manjaro, etc.)
38            - Ubuntu-based Linux OS (Ubuntu, Linux Mint, etc.)
39            - Fedora-based Linux OS  (Fedora, Red Hat Enterprise Linux, etc.)
40            - Slackware-based Linux OS (Slackware, openSUSE, etc.)
41            - Other (please let us know in the description!)
42      validations:
43        required: true
44    - type: textarea
45      attributes:
46        label: Description
47        description: "Provide a description of the issue you are reporting."
48      validations:
49        required: true
50    - type: textarea
51      id: steps-to-reproduce
52      attributes:
53        label: Steps to reproduce
54        description: "Step-by-step process on how to reproduce the issue. Be short and to the point. If you're unsure, leave this blank."
55        placeholder: |
56          1.
57          2.
58          3.
59      validations:
60        required: false
61    - type: checkboxes
62      id: terms
63      attributes:
64        label: Verification of Submission
65        description: Verify that you have selected options above and filled out request properly and in full. 
66        options:
67          - label: I agree that I properly filled out the items listed above.
68            required: true
69          - label: I understand an issue may be closed if process is not properly followed.
70            required: true 
71          - label: I could replicate this issue in a local development environment
72            required: false
73          - label: I will resolve this issue myself
74            required: false 
75          - label: I have searched for similar issues
76            required: true