Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 996 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (13 loc) · 996 Bytes

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!