docs: update contributing/formatting/repo
This commit is contained in:
parent
8dde15883d
commit
60a6adca25
|
@ -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
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue