Want to contribute to swagger-stats? Awesome!
There are many ways you can contribute:
- by using prerelease versions
- by reporting bugs
- by suggesting new features
- by writing or editing documentation
- by writing code ( no patch is too small : fix typos, add comments, clean up inconsistent whitespace )
- by closing issues
- by reviewing code
Pull requests are very welcome. Note that if you are going to propose drastic changes, be sure to open an issue for discussion first, to make sure that your PR will be accepted before you spend effort coding it.
Here's a quick guide for contributing:
- Fork the repo.
- Install dependencies:
npm install
- Run the tests:
npm test
- Add a test for your change.
- Make the tests pass.
- Push to your fork and submit a pull request.
Inspired by https://github.com/middleman/middleman-heroku/blob/master/CONTRIBUTING.md