Skip to content

Commit cafb144

Browse files
authored
Update issue templates, automatically add labels (#3783)
1 parent 895bb89 commit cafb144

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Bug report
22
description: Report a bug in an existing quirk or a general issue with the project.
33
title: "[BUG] "
4+
labels: ["possible bug"]
45
body:
56
- type: markdown
67
attributes:
@@ -64,7 +65,9 @@ body:
6465
<details><summary>Device signature</summary>
6566
6667
```json
68+
6769
[Paste the device signature here]
70+
6871
```
6972
7073
</details>
@@ -79,7 +82,9 @@ body:
7982
<details><summary>Diagnostic information</summary>
8083
8184
```json
85+
8286
[Paste the diagnostic information here]
87+
8388
```
8489
8590
</details>
@@ -99,7 +104,9 @@ body:
99104
<details><summary>Logs</summary>
100105
101106
```python
107+
102108
[Paste the logs here]
109+
103110
```
104111
105112
</details>

.github/ISSUE_TEMPLATE/device_support_request.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Device support request
22
description: Request support for an unsupported device or a missing device feature.
33
title: "[Device Support Request] "
4+
labels: ["device support request"]
45
body:
56
- type: markdown
67
attributes:
@@ -53,7 +54,9 @@ body:
5354
<details><summary>Device signature</summary>
5455
5556
```json
57+
5658
[Paste the device signature here]
59+
5760
```
5861
5962
</details>
@@ -68,7 +71,9 @@ body:
6871
<details><summary>Diagnostic information</summary>
6972
7073
```json
74+
7175
[Paste the diagnostic information here]
76+
7277
```
7378
7479
</details>
@@ -88,7 +93,9 @@ body:
8893
<details><summary>Logs</summary>
8994
9095
```python
96+
9197
[Paste the logs here]
98+
9299
```
93100
94101
</details>
@@ -101,7 +108,9 @@ body:
101108
<details><summary>Custom quirk</summary>
102109
103110
```python
111+
104112
[Paste your custom quirk here]
113+
105114
```
106115
107116
</details>

0 commit comments

Comments
 (0)