Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 762 Bytes

File metadata and controls

17 lines (15 loc) · 762 Bytes

How to report an issue

When reporting an issue, try to be as descriptive as possible.

If you are reporting a software bug, please describe how you encountered the bug, and how it can be reproduced (if applicable). If possible, try to follow this template:

  • Operating system
  • Application platform (R package, Docker image, source code, etc.)
  • Description of bug
  • Can the bug be reproduced (Y/N)
  • Steps for reproducing the bug:

Contributing A Patch

  1. Submit an issue describing your proposed change to the repo in question.
  2. The repo owner will respond to your issue promptly.
  3. Fork the desired repo, develop and test your code changes.
  4. Ensure that your code does not break any other functionalities
  5. Submit a pull request.