Skip to content
This repository was archived by the owner on Nov 12, 2019. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 462 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (9 loc) · 462 Bytes

Contributing

To contribute do the following:

  1. Check existing open issues.
  2. If not found, file an issue with any relevant information (versions, steps to reproduce, stacktrace, screenshots, etc).
  3. Fork repository.
  4. Create a branch on your fork and add the issue # to the name. For example: feature/issue-23 or bug/issue-65.
  5. Try to match your code to the existing code style.
  6. Create a pull request.

Feel free to open an issue with any questions.