Official website: http://jsondoc.org
- Open issue on Github so that we can discuss it
- When the issue is discussed and agreed, branch the code starting from the master branch, with branch name equals to "ISSUE-[X]" where X is the number of the issue on Github
- Do not develop multiple features or bugfixes in the same branch, each feature/bugfix should have its branch and its code
- Before submitting a pull request, please write unit tests. I think it's fair to say that pull requests without unit tests will not be merged
- Submit the pull request