aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug-report.yml
blob: d338fa3f5de788e5398a5c2066724dfa47bb2242 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
name: 🐞 Bug Report
description: File a bug report.
labels: ['bug', 'triage']
assignees:
  - CorentinTh
body:
  - type: markdown
    attributes:
      value: |
        Thanks for taking the time to fill out this bug report!

  - type: textarea
    id: bug-description
    attributes:
      label: Describe the bug
      description: A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell us in the description. Thanks!
      placeholder: Bug description
    validations:
      required: true

  - type: textarea
    id: what-happened
    attributes:
      label: What happened?
      description: Also tell us, what did you expect to happen? If you have a screenshot, you can paste it here.
      placeholder: Tell us what you see!
      value: 'A bug happened!'
    validations:
      required: true

  - type: textarea
    id: version
    attributes:
      label: System information
      description: What is you environment? You can use the `npx envinfo --system --browsers` command to get this information.
    validations:
      required: true

  - type: dropdown
    id: app-type
    attributes:
      label: Where did you encounter the bug?
      options:
        - Public app (it-tools.tech)
        - A self hosted
        - Other (installations, docker, etc.)
    validations:
      required: true