Skip to content

Commit e048d8d

Browse files
committed
docs: group scripts by folder
1 parent 195519d commit e048d8d

2 files changed

Lines changed: 124 additions & 103 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ function main(
4444

4545
### README entry
4646

47-
After adding a script, add a section to [README.md](README.md) under the correct alphabetical position:
47+
After adding a script, update [README.md](README.md) to add a new entry under the corresponding folder section, in alphabetical order. Make sure to use `####` (h4) for script headings so they nest properly under the folder group headers.
4848

4949
```markdown
50-
### [Script Name](scripts/<folder>/script-name.ts)
50+
#### [Script Name](scripts/<folder>/script-name.ts)
5151

5252
One-line description.
5353

0 commit comments

Comments
 (0)