From dd2410a89fd6f7a1c44ea3cf1e0eb2afb4cf4d6b Mon Sep 17 00:00:00 2001 From: isabel Date: Thu, 2 May 2024 21:10:28 +0100 Subject: [PATCH] docs: contributing --- CONTRIBUTING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..63c4ad1 --- /dev/null +++ b/CONTRIBUTING.md @@ -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.