Hi there and thank you for your interest in contributing to pause-on-lock! You rock!
There are three major ways of contributing:
- Reporting bugs
- Introducing new ideas
- Enhancing the code
If you found a bug in pause-on-lock, please open an issue so that we can investigate and remove it.
If you have an idea how pause-on-lock can be improved (this can range from supporting an additional desktop environment to whatever your mind comes up with) please also open an issue and tell us about your idea.
If you want to add a new feature or revise the existing code, feel free to submit a pull request. However, to make sure that you don't waste your time please also consider opening an issue for discussion beforehand.
The two basic rules for the coding style are:
- Use 2 spaces for indentation
- Limit line length to 80 characters (may be exceeded for e.g. long strings)
Other than that, try to make shellcheck happy.
Thanks again for contributing!