summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug-report.yml
blob: 6d429e808c3e6cb398584ed41ce044e6f077e5e4 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
name: Bug Report
description: File a bug report
labels: ["needs triage", "bug"]
body:
  - type: markdown
    attributes:
      value: |
        ## Hello 👋
        Thank you for filling out a bug report. We'll respond as quickly as we can. The more information you provide, the more likely we are to be able to diagnose the problem. If you have something else to discuss that doesn't fit this template, try our [Slack](https://slack.smartdevicelink.com/).
  - type: textarea
    id: summary
    attributes:
      label: Bug Summary
      description: Summarize the problem. Attach any relevant crash reports or test apps as well.
    validations:
      required: true
  - type: textarea
    id: repro-steps
    attributes:
      label: Reproduction Steps
      value: |
        1. [Step 1]
        2. [Step 2]
        3. [Step 3]

        Expected Behavior:

        Observed Behavior:
    validations:
     required: true
  - type: input
    id: ios-version
    attributes:
      label: iOS Version(s)
      placeholder: 15.1.3
    validations:
      required: false
  - type: input
    id: sdl-ios-version
    attributes:
      label: sdl_ios Version
      placeholder: 7.3.0
    validations:
      required: true
  - type: textarea
    id: testing-against
    attributes:
      label: Testing Environment(s)
      description: |
        For Example:
          - Ford TDK 3.4 (19286_DEVTEST)
          - Manticore v2.9.0 (See top of the open Manticore screen)
          - SDL Core v8.0.0 + Generic_HMI v0.11.0
      placeholder: |
        For Example:
          - Ford TDK 3.4 (19286_DEVTEST)
          - Manticore v2.9.0 (See top of the open Manticore screen)
          - SDL Core v8.0.0 + Generic_HMI v0.11.0
      render: markdown
    validations:
      required: true
  - type: textarea
    id: logs
    attributes:
      label: Relevant log output
      description: Please copy-paste any relevant log output. This will automatically be rendered as code.
      render: shell