Files
YMhut-box-C-/docs/contributing.md
T
QWQLwToo f59190251d
build-winui / winui (push) Has been cancelled
Add project metadata and docs
2026-06-26 13:26:40 +08:00

11 lines
348 B
Markdown

# Contributing
## Add A Tool
1. Add metadata to `ToolCatalog`.
2. Add core execution logic to `ToolExecutor` or a dedicated service.
3. Add tests in `YMhut.Box.Tests`.
4. Verify the tool appears in `ToolboxPage`, opens in `ToolDetailPage`, and writes recent-tool history.
Use `IApiManager` for remote tools and keep parsing logic unit-testable.