Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 559 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 559 Bytes

Contributing Guide

How to contribute

We welcome all contributions submitted as pull requests.

Pull Requests

Before creating a pull request, please read these instructions:

  • Make sure you have Deno installed.
  • One pull request per feature. If you want to do more than one thing, send multiple pull requests.
  • Ensure your code is working properly.
  • Document any change in your PR description.
  • Run deno fmt to fix the code format before committing.
  • Run deno lint to check linting before committing.