Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 607 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (12 loc) · 607 Bytes

Contributing to jsonpointer-go

Thank you for considering to contribute to jsonpointer-go! Below are some guidelines to help you get started.

How to Contribute

  1. Fork the repository
  2. Create a new branch (git checkout -b feature-branch)
  3. Commit your changes (git commit -am 'Add new feature')
  4. Push to the branch (git push origin feature-branch)
  5. Create a new Pull Request

Reporting Issues

If you find any bugs or have feature requests, please create an issue on the GitHub Issues page.


Thank you for your contributions!