First off, thank you for considering contributing to Cats-Actors! It's people like you that make it such a great tool.
Fork the repository on GitHub by clicking the "Fork" button at the top right of the page.
Clone your fork to your local machine:
git clone https://github.com/your-username/cats-actors.git
cd cats-actorsCreate a branch for your feature or bug fix:
git checkout -b my-feature-branchMake your changes to the code. Ensure your code adheres to the project's coding standards.
Commit your changes with a descriptive commit message:
git commit -m "Add feature X"Push your changes to your fork on GitHub:
git push origin my-feature-branchGo to the original repository and open a pull request. Provide a clear and descriptive title and description of your changes.
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.
If you find a bug or have a feature request, please create an issue on GitHub. Provide as much detail as possible to help us address it.
Thank you for contributing to Cats-Actors! Your help is greatly appreciated.