We are happy to accept contributions! This is what makes Open Source possible. We ask that you follow these guidelines when contributing.
Found a bug or have an idea for a feature? You can help us by creating an issue. Just make sure that an issue describing the bug or feature does not already exist. You can go even further and open a Pull Request with the fix or proposed feature.
Follow these steps to contribute your work to spark-json-schema:
- Open an issue describing the problem or proposed feature. Assign yourself so we know you're working on it.
- Fork this repo and create a branch for your work.
- Push changes to your branch.
- Test your changes.
- Open a Pull Request when your code is ready for review.
- Mention the issue number in the comment (e.g. Fixes #37).
- If you're still working on it, add the under development label.
- We will review your PR, give feedback, and merge when it is ready.
Thanks for your contribution!