added notes in conventions

This commit is contained in:
constantinos 2023-08-15 18:27:13 +03:00
parent c9aaa1a915
commit ef434de5db

View file

@ -22,13 +22,16 @@ In either case, make sure to:
- provide adequate commit messages for any additions or modifications. - provide adequate commit messages for any additions or modifications.
For parenting and associating content see ![Parenting and Associating entries](article:int-parenting). For parenting and associating content see ![Parenting and Associating entries](article:int-parenting).
# Filename conventions and instructions {#filenames} # Filename conventions and instructions for creating new entries {#filenames}
File naming:
- All **lowercase** - All **lowercase**
- Use **dash as separator** - Use **dash as separator**
- No spaces - No spaces
- No underscores - No underscores
Examples and instructions per entry type:
| Type | Filename convention | Instructions template (archetype) | | Type | Filename convention | Instructions template (archetype) |
|-|-|-| |-|-|-|
| contributor | name-surname.md | ![New contributor archetype](article:int-archetype-contributor)| | contributor | name-surname.md | ![New contributor archetype](article:int-archetype-contributor)|