Like any other open source projects, there are multiple ways to contribute to osctrl:
If you found something broken or not working properly, feel free to create an issue in Github with as much information as possible, such as logs and how to reproduce the problem. Before opening the issue, make sure that:
You can improve this documentation by forking its repository, updating the content and sending a pull request.
A pull request does not need to be a fix for a bug or implementing something new. Software can always be improved, legacy code removed and tests are always welcome!
Please do not be afraid of contributing code, make sure it follows these rules:
Extra points if your code comes with tests!