Contributing to Cliffy
First off, thank you for considering contributing to cliffy. Here are a few things you may find helpful.
Get in touch
- β 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.
Contributing to development
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!