From 02e7cc029c910ed63500cd1ce9aa1621e44b2653 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 1 Oct 2021 23:16:17 +0200 Subject: [PATCH] Add codespell info to contributing --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6f9cc3a5..8c807c30 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -54,3 +54,8 @@ make clean scan-build make scan-view ... ``` + +### Finding typos + +We include a `.codespellrc` configuration file for `codespell` in the root directory. +Before comitting it might make sense to run `codespell` to see if you made any typos.