From c31d82ca4b032012cbd27d045e688170c4198ba1 Mon Sep 17 00:00:00 2001 From: tkb-github <130416721+tkb-github@users.noreply.github.com> Date: Fri, 30 Aug 2024 08:09:48 +0800 Subject: [PATCH] Update CONTRIBUTING.md --- docs/CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 22cdf399..f555f912 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -24,6 +24,7 @@ $ git clone --single-branch --filter=blob:none --sparse --depth=1 git@github.com $ cd attested-conjectures/ $ git sparse-checkout set --no-cone '/*' '!/assets/*.webp' '!/assets/*.pdf' ``` +See also our [Unix tools](https://t18d.github.io/tools/) page. ## CSV syntax Enclose fields containing commas in double quotes. Escape a double quote inside such fields by a [preceding double quote](https://datatracker.ietf.org/doc/html/rfc4180#section-2).