Thank you for your interest in contributing to Docky! We welcome contributions from everyone, and are grateful for every pull request.
- Fork the repository and clone it to your local machine.
- Create a new branch for your changes.
- Make your changes and commit them to your branch.
- Push your branch to your fork on GitHub.
- Open a pull request from your fork to the main repository.
- Pick an issue to work on or pick a feature to add from here.
Please use rustfmt to format your code. Please make sure to run cargo fmt before submitting a pull request.
Please attach images of your changes to the app to the pull request.
- Please ensure that your pull request is not a duplicate of an existing pull request.
- Please ensure that your pull request is not a duplicate of an existing issue.
- Please ensure that your changes are well-documented (at least in the PR) and include updates to the README.md file / example configuration if necessary.
- Please ensure that your changes do not break any existing functionality.