Skip to content

Commit d440846

Browse files
authored
Create peripherals_request.yml
1 parent 222cefc commit d440846

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: Mouse and other peripherals support request
2+
description: Request support for a new device
3+
body:
4+
- type: input
5+
id: device
6+
attributes:
7+
label: Mouse / peripheral model and version
8+
placeholder: e.g. Asus TUF M4 Wireless
9+
validations:
10+
required: true
11+
- type: textarea
12+
id: description
13+
attributes:
14+
label: Armoury Crate Screenshots
15+
description: Connect your mouse to Armoury Crate (maybe in a VM if you do not want to install it on your PC) and upload here screenshots of all the pages for your mouse for settings.
16+
placeholder: Drag and drop screenshots here
17+
validations:
18+
required: true
19+
- type: textarea
20+
id: solution
21+
attributes:
22+
label: USB Details
23+
description: Also, please use <a href=https://www.uwe-sieber.de/usbtreeview.html>USB Tree View</a> and send the text (especially the block with all the child devices) of the mouse.
24+
placeholder: USB Tree View details
25+
validations:
26+
required: true
27+
- type: textarea
28+
id: additional
29+
attributes:
30+
label: Additional information.
31+
placeholder: If applicable, add screenshots or other relevant information

0 commit comments

Comments
 (0)