Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions content/wiki/capitalization_scheme.md

This file was deleted.

12 changes: 12 additions & 0 deletions content/wiki/naming_scheme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
+++
title = "Naming scheme for Linebender projects"
+++

All Linebender projects should follow this naming scheme:

- The project name uses title case and spaces for word separation, e.g. *Vello* or *Vello Hybrid*.
- The package name uses lower case and underscores for word separation, e.g. `vello` or `vello_hybrid`.
- When referring to the package, e.g. in relation to crates.io, use backticks to put the name in a codeblock, e.g. `vello`.
- When referring to the GitHub repository, make it a link, e.g. [vello#1](https://github.com/linebender/vello/pull/1).

Feel free to correct any documentation you see that doesn't yet follow this scheme, unless the project is explicitly discontinued or in maintenance mode (eg Xi-Editor, Piet).
Loading