Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Submitting Bugs and Suggestions

Akhila Raju edited this page Jul 17, 2018 · 3 revisions

Before Submitting an Issue

First, please do a search in open issues to see if the issue or feature request has already been filed.

If you find your issue already exists, make relevant comments and add your reaction. Use a reaction in place of a "+1" comment.

👍 - upvote

👎 - downvote

If you cannot find an existing issue that describes your bug or feature, submit an issue using the guidelines below.

Writing Good Bug Reports and Feature Requests

File a single issue per problem and feature request.

  • Do not enumerate multiple bugs or feature requests in the same issue.
  • Do not add your issue as a comment to an existing issue unless it's for the identical input. Many issues look similar, but have different causes.

The more information you can provide, the more likely someone will be successful reproducing the issue and finding a fix.

Please remember to do the following:

  • Search the issue repository to see if there exists a duplicate.
  • Simplify your code around the issue so we can better isolate the problem.

Contributing Fixes

If you are interested in fixing issues and contributing directly to the code base, please see the section How to Contribute.