Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 866 Bytes

CONTRIB.md

File metadata and controls

22 lines (17 loc) · 866 Bytes

Contribution Guideline

Thank you for your willingness to contribute to shapelib. Your contributes are the golden! Put a smile on someone's face in the universe 🌍

How to Contribute Code

  1. Fork the repository.
  2. Clone it to your local machine.
  3. Create a new branch: git checkout -b feature/name-of-feature-you-are-implementing, e.g feature/latlong, meaning you are pushing a latlong feature.`.
  4. Make your changes and commit them.
  5. Push the changes to your fork.
  6. Submit a pull request with a description of your changes.

Running Tests

Make sure all tests pass before submitting a pull request

License

By contributing, you agree to license your contributions under the GNU GENERAL PUBLIC LICENSE.

Additional Resources

Check out open issues for tasks that need help

LET'S MAKE SHAPELIB 📐 GREAT!