From 33a5a1a2624c127f15d429767c7fe9b4359a9209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 16 Jun 2022 00:39:43 +0200 Subject: [PATCH] Add short doc snipper about "just check" --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c0fb0f6..06fa527 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,6 +42,9 @@ When contributing, consider whether it makes sense to add tests which could prevent regressions in the future. When fixing bugs, it makes sense to add tests that expose the wrong behaviour beforehand. +To also ensure proper formatting and that the linter is happy, use `just check`. +If that succeeds, your code is most likely fine to push! + ## Documentation The documentation lives in `docs` and uses