Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 647 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (12 loc) · 647 Bytes

Contributing

To contribute, create an issue or comment on an existing issue you would like to work on. All code contributions require test coverage and must pass formatting/lint checks before being approved and merged.

Prerequisites

You must install deno to be able to run the application locally.

Development

For development, the tests and example application can be run with deno.

This repository uses squash merging. If your branch is merged into main, you can get your branch back up to date with deno task git-rebase. Alternatively, you can delete your branch and create a new one off of the main branch.