First off, thanks for taking the time to contribute! We would love for you to contribute to WolkAbout client library and help make it better!
Before you open an issue:
- Ensure the bug was not already reported by searching on GitHub under Issues.
- Be sure to include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occurring.
If you find a security vulnerability or something that should be discussed personally, please contact us: email.
If you find a bug in the source code, you can help us by submitting an issue. Even better, you can submit a Pull Request with a fix.
You can request a new feature by submitting an issue to our GitHub Repository. If you would like to implement a new feature, please submit an issue with a proposal for your work first, to be sure that we can use it.
Please make sure the following is done when submitting a pull request:
- Fork the repository and create your branch from
master
. - Describe your test plan in your pull request description. Make sure to test your changes!
- Make sure your code lints (
npm run lint
). - Make sure our tests pass (
npm run test
).
This project and everyone participating in it is governed by the Code of Conduct. By participating, you are expected to uphold this code.
Please report unacceptable behavior to info@wolkabout.com.