First of all, thank you for considering contributing to colorbuddy. Your contributions will help make the project better and are greatly appreciated.
- Git
- Rust
Fork the upstream repository to your own GitHub account.
Clone the forked repository to your local machine:
git clone https://github.com/[Your User]/colorbuddy.git
Create a new branch for the changes you want to make:
git checkout -b [branch-name]
Make the changes you want to contribute to the project. Ensure that your code is properly formatted and has adequate comments, documentation, and tests where necessary.
Please use cargo fmt
, cargo clippy
, and cargo test
before committing (if not before..).
Commit your changes to the branch:
git commit -m "[descriptive message]"
Push your changes to your forked repository:
git push origin [branch-name]
Go to the upstream repository on GitHub and open a new pull request (PR) against the master branch. In the pull request description, provide a brief summary of the changes you have made and the reasons behind them.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project, you agree to abide by its terms.
colorbuddy is released under the license used by the upstream repository.
If you have any questions about the project or the contributing process, feel free to contact the maintainers.
Thank you for your contributions to colorbuddy. We look forward to reviewing your pull request!