PULL_REQUEST_TEMPLATE.md
March 15, 2026 · View on GitHub
Type of Change
- New tool addition
- Bug fix
- Improvement / refactor
- Documentation update
For New Tool Additions — Required Fields
| Field | Value |
|---|---|
| Tool name | |
| GitHub URL | |
| Category | |
| Supported OS | Linux / macOS / Both |
| Install method | pip / go install / apt / git clone |
Why should it be added?
Is the tool actively maintained?
Checklist
- Title follows the format above
- New tool class added to the correct
tools/*.pyfile -
TITLE,DESCRIPTION,INSTALL_COMMANDS,RUN_COMMANDS,PROJECT_URLall set -
SUPPORTED_OSset correctly (["linux"]/["linux", "macos"]) - Tool added to the
TOOLSlist in the collection class at the bottom of the file - No new dependencies added to
requirements.txtwithout discussion - Tested locally — install and run commands work