Files
velociraptor/CONTRIBUTING.md
2020-06-07 23:21:48 +02:00

21 lines
989 B
Markdown

# 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](https://stackoverflow.com/questions/tagged/velociraptor) (using the `velociraptor` tag) or in the [chat](https://discord.gg/M5K7TBd).
- 👨‍💻 Use [issues](https://github.com/umbopepato/velociraptor/issues/new) to report bugs, request new features and discuss your contributions.
- 💬 Discuss topics in the [chat](https://discord.gg/M5K7TBd).
### Contributing to development
Before you submit your PR please consider the following guidelines:
- 🕶 Follow Deno's [style guide](https://deno.land/manual/contributing/style_guide#typescript).
- ✨ Make sure to run `deno fmt` before committing.
- 📄 [Conventional Commits](https://conventionalcommits.org) are appreciated.
- ⚙️ Test your changes locally with `deno test -Ar`.
> If you need any help, feel free to ask!