docs: add contributing section to README

This commit is contained in:
Gleb Koval 2025-01-27 16:00:26 +00:00
parent 6c166e4f76
commit 56aa2210d8
Signed by: cyclane
GPG Key ID: 15E168A8B332382C

View File

@ -33,3 +33,10 @@ builds your WACC compiler. Currently running 'make' will call
`wacc-compiler`
in the root directory of the project. If this doesn't work for whatever reason, there are a few
different alternatives you can try in the makefile. **Do not use the makefile as you're working, it's for labts/CI!**
# Contributing
- All commit messages must follow the [conventional commits spec](https://www.conventionalcommits.org/en/v1.0.0/).
- **This includes merge request titles**.
- All scala code must be formated with `scala format`.
- All scala code must compile without errors OR WARNINGS.