From 836dc03adf3e8e93a523bffc1d069327a46fd91a Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 8 Dec 2020 15:10:33 +1100 Subject: [PATCH] Amended the New Device template with the new label types and included a checklist for admin purposes --- .gitlab/issue_templates/New Device.md | 48 ++++++++++++++++++++------- 1 file changed, 36 insertions(+), 12 deletions(-) diff --git a/.gitlab/issue_templates/New Device.md b/.gitlab/issue_templates/New Device.md index 9113fb72..31e18119 100644 --- a/.gitlab/issue_templates/New Device.md +++ b/.gitlab/issue_templates/New Device.md @@ -17,16 +17,17 @@ Please link us to the manufacturer's product page beneath this line ### Please select what type of device/interface the device uses: - -- [ ] Motherboard (SMBus) -- [ ] Motherboard (USB) -- [ ] RAM (SMBus) -- [ ] GPU (I2C) -- [ ] External USB (Peripheral, lighting controller, etc) -- [ ] Internal USB (lighting controller, cooler, fan hub, etc) -- [ ] I don't know (we can help you determine this) + + +~"DeviceType::IDK" +~"DeviceType::USB" +~"DeviceType::GPU::AMD" +~"DeviceType::GPU::NVidia" +~"DeviceType::SMBus" +~"DeviceType::WMI" + + ### ID information: + + + + + + + + + + +/assign me +/label ~"Issue Type - New Device" +/label ~"NewDevice::Step0 - Unconfirmed" + +# Checklist for Step2 +- [ ] Name of device +- [ ] A link to the vendors product page has been included +- [ ] The transport bus has been identified and the appropriate label added to the issue. +- [ ] The device ID's have been included for [USB](https://gitlab.com/Dr_No/OpenRGB/-/wikis/USB-Vendor-Identification-and-Product-Identification) or PCI +- [ ] Screenshots of the OEM Application are included +- [ ] There is either, appropriate code examples linked or suitable device captures attached +