ONLY FOR THOSE WHO WANNA CONTRIBUTE.
Thank you for considering contributing to our project! We appreciate any help or contributions you can offer, whether it's reporting a bug, submitting a feature request, or contributing code.
If you're interested in contributing code, please follow these steps:
- Fork this repository
- Create a new branch (
git checkout -b feature/your-branch-name
) - Make your changes and commit them (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin feature/your-branch-name
) - Create a new Pull Request
if you think you know a better way to contribute. So feel free to collaborate in that way.
Please make sure to test your changes thoroughly and provide a clear description of the problem you're trying to solve or the feature you're adding.