Skip to main content
Module

x/velociraptor/CONTRIBUTING.md

The npm-style script runner for Deno
Latest
File

Contributing

First off, thank you for considering contributing to velociraptor. Here are a few things you may find helpful.

Get in touch

  • ❓ Ask general support questions on StackOverflow (using the velociraptor tag) or in the chat.
  • 👨‍💻 Use issues to report bugs.
  • 💡 Use discussions to propose new features.
  • 💬 Discuss topics and your contributions in the chat.

Contributing to development

Before you submit your PR please consider the following guidelines:

  • 🕶 Follow Deno’s style guide.
  • 📄 Use Conventional Commits.
  • ⚙️ If you’re implementing a new feature, consider adding tests for it if possible.

In scripts.yml you’ll find some scripts to format and test your code, make sure to run vr at least once in order to link them to your local git hooks.

If you need any help, feel free to ask!