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 on StackOverflow (using the
cliffy
tag) 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.
- β¨ Make sure to run
deno fmt
before committing. - π Conventional Commits are appreciated.
- βοΈ Test your changes locally with
deno test -r --allow-env --unstable
.
If you need any help, feel free to ask!