How to contribute
Contributions are welcome. For significant modifications, please initiate a discussion by opening an issue first. Ensure that tests are updated as necessary. To contribute, please fork the main repository and make your changes accordingly. Pull requests are warmly welcomed.
Steps to Contribute:
- Fork the main repository.
- Create a feature branch (
git checkout -b feature/fooBar). - Commit your changes (
git commit -am 'Add some fooBar'). - Push to the branch (
git push origin feature/fooBar). - Submit a new Pull Request.
Go to the project repository for more details on our code of conduct and the submission process for pull requests.