We use the issue tracker to keep track of bugs and improvements to uapi-json itself, its examples, and the documentation. We encourage you to open issues to discuss improvements, architecture, theory, internal implementation, etc. If a topic has been discussed before, we will ask you to join the previous discussion.
We love pull requests from everyone.
To start working with code first visit issue tracker and after that tell us what are you going to do (maybe we are currently working on it).
Than follow next steps
-
Fork the repo:
git clone [email protected]:your-username/uapi-json.git
-
Create a new feature branch based off the master branch.
-
Add some changes to the code.
-
Submit a pull request, referencing any issues it addresses.
P.S don't forget to add examples and docs.
Please check that all tests and linting are ok.
To run linting:
npm run lint
To run tests:
npm run test