chore: update CONTRIBUTING.md

This commit is contained in:
Waleed Latif
2025-05-26 09:53:29 -07:00
parent 4d03c8b6ac
commit 76253de031
2 changed files with 8 additions and 1 deletions

View File

@@ -411,6 +411,12 @@ In addition, you will need to update the registries:
7. **Test Your Tool:**
Ensure that your tool functions correctly by making test requests and verifying the responses.
8. **Generate Documentation:**
Run the documentation generator to create docs for your new tool:
```bash
./scripts/generate-docs.sh
```
### Naming Conventions
Maintaining consistent naming across the codebase is critical for auto-generation of tools and documentation. Follow these naming guidelines:

View File

@@ -45,6 +45,7 @@
"lint-staged": {
"*.{js,jsx,ts,tsx,json,css,scss,md}": [
"biome check --files-ignore-unknown=true"
]
],
"!.github/*.md": []
}
}