Skip to content

Commit 76253de

Browse files
committed
chore: update CONTRIBUTING.md
1 parent 4d03c8b commit 76253de

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,12 @@ In addition, you will need to update the registries:
411411
7. **Test Your Tool:**
412412
Ensure that your tool functions correctly by making test requests and verifying the responses.
413413
414+
8. **Generate Documentation:**
415+
Run the documentation generator to create docs for your new tool:
416+
```bash
417+
./scripts/generate-docs.sh
418+
```
419+
414420
### Naming Conventions
415421
416422
Maintaining consistent naming across the codebase is critical for auto-generation of tools and documentation. Follow these naming guidelines:

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"lint-staged": {
4646
"*.{js,jsx,ts,tsx,json,css,scss,md}": [
4747
"biome check --files-ignore-unknown=true"
48-
]
48+
],
49+
"!.github/*.md": []
4950
}
5051
}

0 commit comments

Comments
 (0)