Thank you for considering contributing to ShipFree! We welcome contributions from the community.
-
Fork the repository: Click the "Fork" button at the top right of the repository page.
-
Clone your fork:
git clone https://github.com/your-username/shipfree.git cd shipfree
-
Create a branch:
git checkout -b my-feature-branch
-
Make your changes: Implement your feature or bug fix.
-
Commit your changes:
git add . git commit -m "Description of your changes"
-
Push to your fork:
git push origin my-feature-branch
-
Create a Pull Request: Go to the original repository and click the "New Pull Request" button.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
If you find a bug or have a feature request, please create an issue on GitHub.
Thank you for your contributions!