Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

Latest commit

 

History

History
46 lines (31 loc) · 1.97 KB

CONTRIBUTING.md

File metadata and controls

46 lines (31 loc) · 1.97 KB

Contributing to WolkAbout client library

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!

Got a Question or Problem?

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.

Found a security vulnerability?

If you find a security vulnerability or something that should be discussed personally, please contact us: email.

Found a Bug?

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.

Missing a Feature?

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.

Sending a pull request

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).

Code of Conduct

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.