raml2obj is an open source project and your contribution is very much appreciated. Since raml2obj is maintained by a very limited number of people, we ask you to please keep these rules in mind.
If you have a question, please use StackOverflow instead of creating an issue.
If you found a bug, instead of creating a new issue, please create a failing unit test and send in a pull request. It would be even better if you could include the fix as well :)
Check for open issues or open a new issue to start a discussion around an idea. A pull request with actual code to look at would be even more welcome!
- Fork the repository on Github and make your changes on the develop branch (or branch off of it).
- Add unit tests, run them with
npm run test
- Run
npm run lint
before committing to check for common problems and auto format all code. - Send a pull request (with the develop branch as the target).
A big thank you goes out to everyone who helped with the project, the contributors and everyone who took the time to report issues and give feedback.