Your contributions are welcome! If you encounter any bugs or have feature requests, please open an issue. To contribute code, follow these steps:
- Fork the repository.
- Clone your forked repository to your local machine.
- Create a new branch
git checkout -b feature-or-bugfix-name
. - Make your changes and commit them
git commit -m "Description of your changes"
. - Push your branch to your forked repository
git push origin feature-or-bugfix-name
. - Open a pull request with a clear description of your changes.