Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.03 KB

CONTRIBUTING.md

File metadata and controls

26 lines (19 loc) · 1.03 KB

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!