Skip to content

Commit 4d38ac0

Browse files
committed
Try adding issue form
1 parent 292bf44 commit 4d38ac0

File tree

4 files changed

+82
-0
lines changed

4 files changed

+82
-0
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.github/ISSUE_TEMPLATE.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[Delete any non-applicable sections, but we may ask for more information. Please reference the [SmartDeviceLink GitHub Best Practices](https://d83tozu1c8tt6.cloudfront.net/media/resources/SDL_GitHub_BestPractices.pdf) for further instructions on how to enter an issue.]
2+
3+
### Bug Report
4+
[Summary]
5+
6+
##### Reproduction Steps
7+
1. [Step 1]
8+
2. [Step 2]
9+
3. [Step 3]
10+
11+
##### Expected Behavior
12+
[Some expected behavior]
13+
14+
##### Observed Behavior
15+
[Some observed behavior]
16+
17+
##### OS & Version Information
18+
* iOS Version: [What version of iOS are you using when the bug occurred]
19+
* SDL iOS Version: [What version of the library has this bug been seen on]
20+
* Testing Against: [What you tested with to observe this behavior]
21+
22+
##### Test Case, Sample Code, and / or Example App
23+
[Paste a link to a PR, gist, or other code that exemplifies this behavior]

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
name: Bug Report
2+
description: File a bug report
3+
body:
4+
- type: textarea
5+
id: summary
6+
attributes:
7+
label: Bug Summary
8+
validations:
9+
required: true
10+
- type: textarea
11+
id: repro-steps
12+
attributes:
13+
label: Reproduction Steps
14+
value: |
15+
1. [Step 1]
16+
2. [Step 2]
17+
3. [Step 3]
18+
19+
Expected Behavior:
20+
21+
Observed Behavior:
22+
validation:
23+
required: true
24+
- type: input
25+
id: ios-version
26+
attributes:
27+
label: iOS Version(s)
28+
placeholder: 15.1.3
29+
validations:
30+
required: false
31+
- type: input
32+
id: sdl-ios-version
33+
attributes:
34+
label: sdl_ios Version
35+
placeholder: 7.3.0
36+
validations:
37+
required: true
38+
- type: textarea
39+
id: testing-against
40+
attributes:
41+
label: Testing Environment(s)
42+
description: |
43+
For Example:
44+
- Ford TDK 3.4 (19286_DEVTEST)
45+
- Manticore v2.9.0 (See top of the open Manticore screen)
46+
- SDL Core v8.0.0 + Generic_HMI v0.11.0
47+
render: markdown
48+
validations:
49+
required: true
50+
- type: textarea
51+
id: logs
52+
attributes:
53+
label: Relevant log output
54+
description: Please copy-paste any relevant log output. Attach any relevant crash reports or test apps as well.
55+
value: |
56+
```
57+
```
58+

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

0 commit comments

Comments
 (0)