Great to have you here. These are a few ways you can help make this project better:
- Implement a #starter feature
- Add an example to
README.md
- Fork the repository on GitHub
- Create a new branch with a name that breifly describes your feature
- Implement your feature or bug fix
- Add new cases to
./test/index.test.js
and run them withnpm test
- Add comments around your new code that explain what's happening
- Commit and push your changes to your branch
- Submit a pull request
Don’t get discouraged! We estimate that the response time from the maintainers is less than 24 hours.
You can report new bugs by creating a new issue. Please include as much information as possible about your environment ("I am using node.js v 0.12.0 on OSX Mavericks"). Actual code is always more valuable than an explanation, so please include a link to a GitHub gist or include a snippet directly in your issue description.
This library aims to adhere to Semantic Versioning2.0.0. Violations of this scheme should be reported as bugs. Specifically, if a minor or patch version is released that breaks backward compatibility, that version should be immediately yanked and/or a new version should be immediately released that restores compatibility.