diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-04-06 22:10:08 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-04-06 22:10:08 +0200 |
| commit | a94457ed3d97559612cd68d8fe370fa8f8344677 (patch) | |
| tree | 7effd4f7c08d8e954ba8acb0a1b75a542e3ac60d /CONTRIBUTING.md | |
| parent | a26d621b1f6157f742ecd40e5ad7c4636a855d83 (diff) | |
| download | jetpac.nes-a94457ed3d97559612cd68d8fe370fa8f8344677.tar.gz jetpac.nes-a94457ed3d97559612cd68d8fe370fa8f8344677.zip | |
Add a note on tooling in CONTRIBUTING.md
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 8 |
1 files changed, 8 insertions, 0 deletions
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: |
