docs: update contributing/formatting/projects
This commit is contained in:
parent
fe4aedfab7
commit
4b9d623a4c
|
@ -2,7 +2,7 @@
|
||||||
title: Project Standards
|
title: Project Standards
|
||||||
description:
|
description:
|
||||||
published: true
|
published: true
|
||||||
date: 2024-05-08T22:45:24.283Z
|
date: 2024-05-09T21:40:13.825Z
|
||||||
tags:
|
tags:
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2024-05-05T21:22:30.441Z
|
dateCreated: 2024-05-05T21:22:30.441Z
|
||||||
|
@ -11,6 +11,8 @@ dateCreated: 2024-05-05T21:22:30.441Z
|
||||||
# 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.
|
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.
|
||||||
|
|
||||||
|
*Note: Do not use lower-kebab-case for variable names in nix.*
|
||||||
|
|
||||||
# Structure
|
# Structure
|
||||||
All projects should provide:
|
All projects should provide:
|
||||||
- A devenv when applicable, preferably in the form of direnv.
|
- A devenv when applicable, preferably in the form of direnv.
|
||||||
|
|
Loading…
Reference in a new issue