File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 1
1
name : Bug report
2
2
description : Report a bug in an existing quirk or a general issue with the project.
3
3
title : " [BUG] "
4
+ labels : ["possible bug"]
4
5
body :
5
6
- type : markdown
6
7
attributes :
64
65
<details><summary>Device signature</summary>
65
66
66
67
```json
68
+
67
69
[Paste the device signature here]
70
+
68
71
```
69
72
70
73
</details>
79
82
<details><summary>Diagnostic information</summary>
80
83
81
84
```json
85
+
82
86
[Paste the diagnostic information here]
87
+
83
88
```
84
89
85
90
</details>
99
104
<details><summary>Logs</summary>
100
105
101
106
```python
107
+
102
108
[Paste the logs here]
109
+
103
110
```
104
111
105
112
</details>
Original file line number Diff line number Diff line change 1
1
name : Device support request
2
2
description : Request support for an unsupported device or a missing device feature.
3
3
title : " [Device Support Request] "
4
+ labels : ["device support request"]
4
5
body :
5
6
- type : markdown
6
7
attributes :
53
54
<details><summary>Device signature</summary>
54
55
55
56
```json
57
+
56
58
[Paste the device signature here]
59
+
57
60
```
58
61
59
62
</details>
68
71
<details><summary>Diagnostic information</summary>
69
72
70
73
```json
74
+
71
75
[Paste the diagnostic information here]
76
+
72
77
```
73
78
74
79
</details>
88
93
<details><summary>Logs</summary>
89
94
90
95
```python
96
+
91
97
[Paste the logs here]
98
+
92
99
```
93
100
94
101
</details>
@@ -101,7 +108,9 @@ body:
101
108
<details><summary>Custom quirk</summary>
102
109
103
110
```python
111
+
104
112
[Paste your custom quirk here]
113
+
105
114
```
106
115
107
116
</details>
You can’t perform that action at this time.
0 commit comments