docs: merge TESTING.md into CONTRIBUTING.md, remove TESTING.md#2228
docs: merge TESTING.md into CONTRIBUTING.md, remove TESTING.md#2228mnriem merged 2 commits intogithub:mainfrom
Conversation
Merge relevant testing content (automated checks, manual testing process, reporting template, test-selection prompt) into CONTRIBUTING.md. Remove obsolete content referencing deleted zip bundles and the non-existent test_core_pack_scaffold.py file. Update DEVELOPMENT.md to remove the TESTING.md entry. Closes github#2226
There was a problem hiding this comment.
Pull request overview
This PR consolidates contributor testing guidance by moving relevant content from TESTING.md into CONTRIBUTING.md, updating references accordingly, and deleting TESTING.md to remove outdated instructions (including the reference to a non-existent test file raised in #2226).
Changes:
- Merged “Automated checks” and “Manual testing” guidance (setup, process, reporting template, and test-selection prompt) into
CONTRIBUTING.md. - Updated
DEVELOPMENT.mdto removeTESTING.mdfrom the essential documents list and broaden theCONTRIBUTING.mddescription. - Deleted
TESTING.md.
Show a summary per file
| File | Description |
|---|---|
| CONTRIBUTING.md | Adds consolidated automated/manual testing guidance and replaces prior TESTING.md links with internal anchors. |
| DEVELOPMENT.md | Removes TESTING.md from the essential documents table and updates the CONTRIBUTING.md description to include testing. |
| TESTING.md | Removed (content merged into CONTRIBUTING.md). |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 3/3 changed files
- Comments generated: 2
There was a problem hiding this comment.
Pull request overview
This PR consolidates contributor testing guidance by merging relevant content from TESTING.md into CONTRIBUTING.md, then removing TESTING.md, eliminating outdated/broken references (including the non-existent tests/test_core_pack_scaffold.py mentioned in #2226).
Changes:
- Moved automated-check and manual-testing guidance (including the test-selection prompt and PR reporting template) into
CONTRIBUTING.mdand replacedTESTING.mdlinks with internal anchors. - Updated
DEVELOPMENT.mdto removeTESTING.mdfrom the essential documents list and clarify thatCONTRIBUTING.mdincludes testing practices. - Deleted
TESTING.md.
Show a summary per file
| File | Description |
|---|---|
| CONTRIBUTING.md | Adds consolidated automated checks + manual testing instructions and updates references to internal anchors. |
| DEVELOPMENT.md | Removes TESTING.md from the essential docs table and updates the CONTRIBUTING.md description accordingly. |
| TESTING.md | Deletes the redundant testing guide file after migration. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 3/3 changed files
- Comments generated: 0 new
… community catalog) - a00e679 Add workflow engine with catalog system (github#2158) - 3467d26 chore: release 0.7.0 (github#2217) - 39c7b04 chore: deprecate --ai flag in favor of --integration (github#2218) - f0886bd feat: register architect-preview in community catalog (github#2214) - 33a28ec fix: unofficial PyPI warning + legacy extension command name auto-correction (github#2027) - 2f5417f Add agent-assign extension to community catalog (github#2030) - b78a3cd docs: merge TESTING.md into CONTRIBUTING.md (github#2228)
Summary
Merges relevant testing content from
TESTING.mdintoCONTRIBUTING.mdand removesTESTING.md.What changed
CONTRIBUTING.md — merged in:
test_agent_config_consistency.pycommandTESTING.mdlinks with internal anchor linksCONTRIBUTING.md — removed:
create-release-packages.sh/ zip bundles)tests/test_core_pack_scaffold.pyDEVELOPMENT.md — removed the
TESTING.mdrow from the essential documents table; updated theCONTRIBUTING.mddescription to mention testing.TESTING.md — deleted.
Closes #2226