From a94457ed3d97559612cd68d8fe370fa8f8344677 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 6 Apr 2026 22:10:08 +0200 Subject: Add a note on tooling in CONTRIBUTING.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 133aa85..63ee683 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,6 +26,14 @@ Another way is to simply submit a pull request. For this, also mind these: - The pull request has *only* one subject and a clear title. You are not submitting a pull request with tons of different unrelated commits. +## Tooling + +In general, rely on `make deps` to tell you what you need for development. Other +than that, if you are typing code, follow [this code +style](https://github.com/mssola/style.nes). It's what I'm trying to follow here +and it plays well with the tooling I have on +[tools.nes](https://github.com/mssola/tools.nes). + ## Development cycle In order to test your changes, I'd go this way: -- cgit v1.2.3