about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-10-01 23:16:17 +0200
committerMichael Vetter <jubalh@iodoru.org>2021-10-01 23:16:17 +0200
commit02e7cc029c910ed63500cd1ce9aa1621e44b2653 (patch)
treefce03c153feac9c94fb00fc3b9abe051c67a6447
parent54a51febf36382d13d07693acbd42b72bae22b1a (diff)
downloadprofani-tty-02e7cc029c910ed63500cd1ce9aa1621e44b2653.tar.gz
Add codespell info to contributing
-rw-r--r--CONTRIBUTING.md5
1 files changed, 5 insertions, 0 deletions
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.