First off, thank you for considering contributing to cliffy. Here are a few things you may find helpful.
- ❓ Ask general support questions in discussions or in the chat.
- 👨💻 Use issues to report bugs, request new features and discuss your contributions.
- 💬 Discuss topics in the chat.
Before you submit your PR please consider the following guidelines:
- 🕶 Follow Deno's style guide.
- 📄 Conventional Commits are appreciated.
- ✨ Lint your code changes with
deno task lint
. - 🪄 Format your code changes with
deno task fmt
. - ⚙️ Test your changes with
deno task test
.
If you need any help, feel free to ask!