From 74b9253c25826a225d00c87fb064412f68df8890 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 27 Jan 2022 17:09:09 +1100 Subject: [PATCH] Adding template for "New Device" Merge Requests --- .gitlab/merge_request_templates/New Device.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .gitlab/merge_request_templates/New Device.md diff --git a/.gitlab/merge_request_templates/New Device.md b/.gitlab/merge_request_templates/New Device.md new file mode 100644 index 00000000..9740c96c --- /dev/null +++ b/.gitlab/merge_request_templates/New Device.md @@ -0,0 +1,24 @@ + + + + + + + + +# Checklist for Accepting a Merge Request for a New Device +- [ ] The `New Device` issue raised for this device is linked to this MR with a keyword `Closes / Resolves / Implements` +- [ ] There is a device protocol page in the [Developer Wiki](https://gitlab.com/OpenRGBDevelopers/OpenRGB-Wiki) or there is enough information / captures in the `New Device` issue to provide ongoing support. +- [ ] The code to be merged follows the style guide and change requirements as [documented in the contributing guide](https://gitlab.com/CalcProgrammer1/OpenRGB/-/blob/master/CONTRIBUTING.md). + +- [ ] Meta data for the device is included in `RGBController_*` file +- [ ] This device is detected and is working on Windows 10 and / or 11 +- [ ] This device is detected and is working on Linux (Please specify distribution and releases tested) +- [ ] Logging for Info, Warnings and Errors has been added for troubleshooting purposes +