Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.08 KB

CONTRIBUTING.md

File metadata and controls

47 lines (29 loc) · 1.08 KB

Contributing to ShipFree

Thank you for considering contributing to ShipFree! We welcome contributions from the community.

How to Contribute

  1. Fork the repository: Click the "Fork" button at the top right of the repository page.

  2. Clone your fork:

    git clone https://github.com/your-username/shipfree.git
    cd shipfree
  3. Create a branch:

    git checkout -b my-feature-branch
  4. Make your changes: Implement your feature or bug fix.

  5. Commit your changes:

    git add .
    git commit -m "Description of your changes"
  6. Push to your fork:

    git push origin my-feature-branch
  7. Create a Pull Request: Go to the original repository and click the "New Pull Request" button.

Code of Conduct

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.

Reporting Issues

If you find a bug or have a feature request, please create an issue on GitHub.

Thank you for your contributions!