From 26644b26cf440b944e1f1f55ec14f0ee37d8e2e6 Mon Sep 17 00:00:00 2001 From: "coded (Samuel Shuert)" Date: Mon, 6 May 2024 01:28:20 +0000 Subject: [PATCH] docs: update contributing/formatting/repo --- contributing/formatting/repo.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/contributing/formatting/repo.md b/contributing/formatting/repo.md index 449ce5c..910dd95 100644 --- a/contributing/formatting/repo.md +++ b/contributing/formatting/repo.md @@ -2,18 +2,16 @@ title: Repository Standards description: Formatting rules for new repositories published: true -date: 2024-05-06T01:27:55.416Z +date: 2024-05-06T01:28:19.608Z tags: editor: markdown dateCreated: 2024-05-05T21:22:30.441Z --- -# Repository Standards - -## Naming +# Naming All names, including but not limited to CI Actions, Respositories, and folder names inside the project, must follow lower-kebab-case except in cases where a program requires something else. -## Structure +# Structure All projects should provide: - A devnev when applicable, preferably in the form of direnv. - A short summary of what the project does, as well as how to use the project in a top level README.​md