From 60a6adca25991795721c307a9f0a934606d3c4a7 Mon Sep 17 00:00:00 2001 From: "coded (Samuel Shuert)" Date: Mon, 6 May 2024 01:20:04 +0000 Subject: [PATCH] docs: update contributing/formatting/repo --- contributing/formatting/repo.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/contributing/formatting/repo.md b/contributing/formatting/repo.md index 195a446..84fb59c 100644 --- a/contributing/formatting/repo.md +++ b/contributing/formatting/repo.md @@ -2,12 +2,17 @@ title: Repository Standards description: Formatting rules for new repositories published: true -date: 2024-05-05T21:38:21.309Z +date: 2024-05-06T01:20:02.885Z tags: editor: markdown dateCreated: 2024-05-05T21:22:30.441Z --- -# General Guidlines -- Repository names must follow kebab case -- TODO \ No newline at end of file +# Repository Creation + +## Naming +All names, including but not limited to CI Actions and Respository Names, must follow lower-kebab-case + +## Structure +- All projects should provide a devnev if feasible, preferably in the form of direnv. +- All projects should provide a short summary as well as how to use the project in a top level README\.md