1name: Bug report
2description: Report a bug to help us improve bmcweb
3body:
4    - type: markdown
5      attributes:
6          value: |
7              Thanks for taking the time to fill out this bug report!
8    - type: checkboxes
9      id: security-check
10      attributes:
11          label: Is this the right place to submit this?
12          description: |-
13              This is used to report product bugs:
14              To report a security vulnerability, please follow <https://github.com/openbmc/docs/blob/master/security/obmc-security-response-team.md>.
15              Any crashes are potentially security vulnerabilities and should be treated as such.
16              To ask questions about how to use OpenBMC, please visit <https://discord.gg/69Km47zH98>.
17          options:
18              - label: "This is not a security vulnerability or a crashing bug"
19                required: true
20              - label: "This is not a question about how to use OpenBMC"
21                required: true
22              - label:
23                    "This is not a bug in an OpenBMC fork or a bug in code still
24                    under code review."
25              - label: "This is not a request for a new feature."
26                required: true
27    - type: textarea
28      id: bug-description
29      attributes:
30          label: Bug Description
31          description: Tell us what issues you ran into.
32          placeholder:
33              Include information about what you tried, what you expected to
34              happen, and what actually happened. The more details, the better!
35      validations:
36          required: true
37    - type: textarea
38      id: version
39      attributes:
40          label: Version
41          description: Include the SHA1 of OpenBMC you used.
42          placeholder:
43              Include the contents of /etc/os-release.  Please ensure that the
44              bug is not reported against anything that has "-dirty" in the
45              version.
46          render: Text
47      validations:
48          required: true
49    - type: textarea
50      id: additional-info
51      attributes:
52          label: Additional Information
53          description: |
54              Please ensure you have collected the relevant debugging information manually and attached below;  Was this machine QEMU?  What machine was this found on?
55              issue without enough information will not be resolvable.
56