First off, thank you for considering contributing to Fast Forward. Here are a few things you may find helpful.
Before you submit your PR please consider the following guidelines:
- 🕶 Follow Deno's style guide.
- ✨ Make sure to run
deno fmt
anddeno lint --unstable
before committing. - 📄 Conventional Commits are appreciated.
- ⚙️ Test your changes locally with
deno test --allow-read --allow-run
.
If you need any help, feel free to ask!