From 9aeb95c4e7edef2cf648bec69be87f7a27944cae Mon Sep 17 00:00:00 2001 From: Jan Klippel Date: Sat, 21 May 2022 21:41:01 +0200 Subject: [PATCH] Add bullet point on names Fixes: #232 --- content/improving-codeberg/style-guide.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/improving-codeberg/style-guide.md b/content/improving-codeberg/style-guide.md index b4835af..03e6193 100644 --- a/content/improving-codeberg/style-guide.md +++ b/content/improving-codeberg/style-guide.md @@ -192,4 +192,6 @@ We use the standard American spelling conventions, i.e.: | flavour; colour; labour | flavor; color; labor | | analyse; organise; standardise | analyze; organize; standardize | | catalogue; analogue, dialogue | catalog, analog, dialog | -| defence, licence | defense, license | \ No newline at end of file +| defence, licence | defense, license | + +- Start names with an upper case letter (e.g. Git instead of git, Markdown instead of markdown) \ No newline at end of file