From c4c0b6705a28fa3d717e39910940ec025898168d Mon Sep 17 00:00:00 2001 From: teor Date: Tue, 30 Mar 2021 15:26:11 +1000 Subject: [PATCH] Use small xxxxs --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fadcecc8..91c45102 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,7 +57,7 @@ To make a Zebra RFC: 1. Choose a short feature name like `my-feature`. 2. Copy the `book/src/dev/rfcs/0000-template.md` file to -`book/src/dev/rfcs/drafts/XXXX-my-feature.md`. +`book/src/dev/rfcs/drafts/xxxx-my-feature.md`. 3. Edit the template header to add the feature name and the date, but leave the other fields blank for now.