parent
23672ac09c
commit
245db1d307
@ -0,0 +1,37 @@
|
|||||||
|
# Contributing
|
||||||
|
|
||||||
|
## Entries
|
||||||
|
|
||||||
|
Start every new entry with
|
||||||
|
```markdown
|
||||||
|
---
|
||||||
|
title: An Important Entry ✅
|
||||||
|
---
|
||||||
|
|
||||||
|
Content
|
||||||
|
```
|
||||||
|
|
||||||
|
NOT
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
---
|
||||||
|
title: An Important Entry
|
||||||
|
---
|
||||||
|
|
||||||
|
# An Important Entry ❌
|
||||||
|
|
||||||
|
Content
|
||||||
|
```
|
||||||
|
|
||||||
|
## Filenames
|
||||||
|
|
||||||
|
Use Kebab case for filenames
|
||||||
|
| ❌ | ✅ |
|
||||||
|
| :------------------: |:--------------------:|
|
||||||
|
| `an_important_entry` | `an-important-entry` |
|
||||||
|
|
||||||
|
Ignore for directories for now
|
||||||
|
|
||||||
|
## Directories
|
||||||
|
|
||||||
|
Do not create directories any deeper than 1. Only top level directories for different projects.
|
Loading…
Reference in New Issue