Update contributing guide formatting, link to the contributing guide in the readme

This commit is contained in:
Adam Honse 2022-03-13 13:11:43 -05:00
parent a07425026c
commit c8b34ccb0d
2 changed files with 35 additions and 34 deletions

View file

@ -162,6 +162,7 @@ There have been two instances of hardware damage in OpenRGB's development and we
* Want to contribute support for a new device? Check out the [RGBController API](https://gitlab.com/CalcProgrammer1/OpenRGB/-/wikis/The-RGBController-API) page for documentation of how OpenRGB implements device control.
* Want to create a new OpenRGB SDK client implementation? Check out the [OpenRGB SDK Documentation](https://gitlab.com/CalcProgrammer1/OpenRGB/-/wikis/OpenRGB-SDK-Documentation) page for documentation of how the OpenRGB SDK network protocol functions.
* Please read the [Contributing Guidelines](https://gitlab.com/CalcProgrammer1/OpenRGB/-/blob/master/CONTRIBUTING.md) before starting work on your new changes.
## OpenRGB SDK