Carp/docs/Contributing.md

23 lines
823 B
Markdown
Raw Permalink Normal View History

# Contributing Guide
2017-06-26 12:45:18 +03:00
Thank you for considering contributing to Carp!
2017-06-26 12:45:18 +03:00
This document currently focuses on developer contributions but we welcome all kinds of contributions.
## Community
2017-06-26 12:45:18 +03:00
The best place to start is to join the Carp Gitter channel over at
[https://gitter.im/carp-lang/Carp](https://gitter.im/carp-lang/Carp).
2017-06-26 12:45:18 +03:00
## Understanding the Compiler
See [Hacking.md](hacking.md) for a gentle introduction to the Carp compiler internals.
2017-06-26 12:45:18 +03:00
## Committing to the repo
We follow [Conventional Commits](https://www.conventionalcommits.org), there is
a `commit-msg` hook to ensure the messages follow the convention, please make
sure you have run `./scripts/git-hooks/setup.sh` before you commit the first
time so that the hook is in place.
2017-06-26 12:45:18 +03:00
License
-------
Carp is currently released under the terms of the ASL 2.0 license.