summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/issue-report.yaml
blob: f46499aa1852c0b6e8f68cffd53f7dea8a2b1377 (plain)
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
name: Issue report
description: Something's not good enough
body:
- type: checkboxes
  attributes:
    label: Verification
    description: Before submitting an issue, check if similar issues already exist and use those issues to provide your feedback instead.
    options:
      - label: I searched for similar issues and found none was relevant.
        required: true
- type: textarea
  attributes:
    label: Introduce the issue
    description: Explain why it is an issue if necessary.
  validations:
    required: true
- type: textarea
  attributes:
    label: Preferred solution
    description: You can suggest a solution to the issue here.
    placeholder: Optional
- type: input
  attributes:
    label: Version
    description: |
      What [version of the firmware](https://github.com/JF002/InfiniTime/blob/develop/doc/gettingStarted/gettingStarted-1.0.md#how-to-check-the-version-of-infinitime-and-the-bootloader) are you running?
      If you are running an older version, please consider [updating to the latest firmware](https://github.com/JF002/InfiniTime/blob/develop/doc/gettingStarted/gettingStarted-1.0.md#how-to-update-your-pinetime).
      If you are running directly from git, specify the branch or the commit hash directly.
    placeholder: Ex. v1.6.0 or develop or fc922b60
  validations:
    required: false