]> Repositories - Adafruit_Blinka-hackapet.git/blob - .github/ISSUE_TEMPLATE/bug_report.yml
Add issue templates and update prec-ommit config
[Adafruit_Blinka-hackapet.git] / .github / ISSUE_TEMPLATE / bug_report.yml
1 # SPDX-FileCopyrightText: 2023 Melissa LeBlanc-Williams for Adafruit Industries
2 #
3 # SPDX-License-Identifier: MIT
4
5 name: 🐞 Bug Report
6 description: Create a bug report to help us improve
7 labels:
8   - bug
9 body:
10   - type: markdown
11     attributes:
12       value: >-
13         Thanks for taking the time to fill out this bug report!
14         Now that you have encountered a bug... you can file a report for it.
15   - type: input
16     id: board
17     attributes:
18       label: Board Name
19       description: Which board are you using?
20       placeholder: e.g. Raspberry Pi 4
21     validations:
22       required: false
23   - type: textarea
24     id: steps
25     attributes:
26       label: Steps
27       description: Please mention the steps needed to replicate the issue.
28       placeholder: |
29         1. SSH into the board...
30         2. Enter the following folder...
31         3. Run the following command...
32     validations:
33       required: true
34   - type: textarea
35     id: description
36     attributes:
37       label: Description
38       description: Optionally, describe the bug in more detail.
39       placeholder: |
40         - Error while using...
41         - Only happens when...
42         - Might be related to #64...
43   - type: textarea
44     id: more-info
45     attributes:
46       label: Additional information
47       description: >-
48         Optionally, add any other information like screenshot of the page.
49         If you have already done some debugging, mention it here.
50         If you have some code or logs, you can paste it here.