Contributing
We welcome contributions from the community!
To contribute, please follow these steps:
-
Fork the repository.
-
Create a new branch.
Terminal window git checkout -b feature-branch -
Make your changes and commit them.
Terminal window git commit -m 'Add new feature' -
Push to the branch.
Terminal window git push origin feature-branch -
Create a new Pull Request.