Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 784 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 784 Bytes

Contributing

Reporting a Bug

  1. Ensure you've replicated the issue against main. There is a chance the issue may have already been fixed.
  2. Search for any similar issues (both opened and closed). There is a chance someone may have reported it already.
  3. If no existing issue is found, add a new issue
    • Provide a screen recording. Sometimes this is not a possibility, in which case provide a detailed description along with any code snippets that would help in triaging the issue.

Submitting a pull request

  1. Branch from main
  2. Ensure that all tests are passing prior to submitting.
  3. Push the changes to your branch.
  4. Last step, submit the pull request!