Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 480 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 480 Bytes

Contributing

Issues

If you find a bug or have a feature request please open an Issue. Better yet, if you can, implement the changes and submit a PR. If you have a question about the code, go ahead and ask.

Steps to submit a PR

  • Clone/Fork the repo
  • Make changes and add tests that cover your changes
  • Ensure deno test passes
  • Ensure deno lint passes
  • Ensure deno fmt src --check --options-single-quote passes
  • Push your branch/fork and [submit a PR][pr]