docs: update contributing/formatting/repo
This commit is contained in:
parent
8dde15883d
commit
60a6adca25
|
@ -2,12 +2,17 @@
|
||||||
title: Repository Standards
|
title: Repository Standards
|
||||||
description: Formatting rules for new repositories
|
description: Formatting rules for new repositories
|
||||||
published: true
|
published: true
|
||||||
date: 2024-05-05T21:38:21.309Z
|
date: 2024-05-06T01:20:02.885Z
|
||||||
tags:
|
tags:
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2024-05-05T21:22:30.441Z
|
dateCreated: 2024-05-05T21:22:30.441Z
|
||||||
---
|
---
|
||||||
|
|
||||||
# General Guidlines
|
# Repository Creation
|
||||||
- Repository names must follow kebab case
|
|
||||||
- TODO
|
## 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
|
||||||
|
|
Loading…
Reference in a new issue