Thank you for considering to contribute to jsonpointer-go
! Below are some guidelines to help you get started.
- Fork the repository
- Create a new branch (
git checkout -b feature-branch
) - Commit your changes (
git commit -am 'Add new feature'
) - Push to the branch (
git push origin feature-branch
) - Create a new Pull Request
If you find any bugs or have feature requests, please create an issue on the GitHub Issues page.
Thank you for your contributions!