We welcome all contributions submitted as 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.