forked from auxolotl/templates
Merge pull request #18 from auxolotl/feat/contrib
added: contributing.md
This commit is contained in:
commit
b0ab59541e
11
CONTRIBUTING.md
Normal file
11
CONTRIBUTING.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# Contributing!
|
||||||
|
|
||||||
|
Hi, first of all, thank you for considering contributing to Aux! We are always looking for new contributors to help us improve the project. We appreciate your help!
|
||||||
|
|
||||||
|
## How to contribute
|
||||||
|
|
||||||
|
We would like for you to follow these set of rules when contributing to Aux:
|
||||||
|
|
||||||
|
- Format your code with `nix fmt` before submitting a pull request.
|
||||||
|
- Ensure that your commits and PR title are in the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format.
|
||||||
|
- Follow our Code of Conduct.
|
Loading…
Reference in a new issue