From 0517e9bf638cbd31b35c8da899ec7c339239c774 Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Sat, 30 Dec 2023 14:31:02 +0100 Subject: [PATCH] docs: update the contributor docs Signed-off-by: Vincenzo Palazzo --- docs/docs-book/src/contributing-to-coffee.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs-book/src/contributing-to-coffee.md b/docs/docs-book/src/contributing-to-coffee.md index 12983b78..95d47391 100644 --- a/docs/docs-book/src/contributing-to-coffee.md +++ b/docs/docs-book/src/contributing-to-coffee.md @@ -15,6 +15,9 @@ a **Coffee** plugin manager maintainer looks like. After reading this, you should be prepared to contribute to the repository and be a potential maintainer in the future if you desire! +Before starting developing you can with `make setup` to configure all +the necessary check before create a commit. + ## Code style To ensure consistency throughout the source code, these rules are to be kept in mind: