We welcome contributions to this project! Here's how you can help:
- Fork the repository to your own GitHub account.
- Clone your fork to your local machine:
git clone <your-fork-url>
- Create a new branch for your feature or bug fix:
git checkout -b feature-name
- Make your changes and commit them with a descriptive message:
git commit -m "Add new feature"
- Push your changes to your forked repository:
git push origin feature-name
- Submit a pull request to the main repository.
Please make sure to follow our Code of Conduct.
If you find a bug or have a feature request, please create an issue here.
Thank you for your contributions!