19 lines
539 B
Markdown
19 lines
539 B
Markdown
---
|
|
title: Repository Standards
|
|
description: Formatting rules for new repositories
|
|
published: true
|
|
date: 2024-05-06T01:20:02.885Z
|
|
tags:
|
|
editor: markdown
|
|
dateCreated: 2024-05-05T21:22:30.441Z
|
|
---
|
|
|
|
# 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
|