Description
Round out the issue-template set to include a structured bug report form.
Problem Statement
.github/ISSUE_TEMPLATE/ exists with feature_request.md but no bug report form, so bug reports currently start as a blank freeform box while feature requests are structured. Inconsistent triage quality across issue types.
Proposed Changes
Technical Implementation Scaffolding
- Target Repository: vero-core-engine
- Target Path: .github/ISSUE_TEMPLATE/
- Branch Naming: chore/issue--add-bug-report-template
- Authority Context: Repository hygiene / non-code
Acceptance Criteria
Definition of Done
Description
Round out the issue-template set to include a structured bug report form.
Problem Statement
.github/ISSUE_TEMPLATE/exists withfeature_request.mdbut no bug report form, so bug reports currently start as a blank freeform box while feature requests are structured. Inconsistent triage quality across issue types.Proposed Changes
.github/ISSUE_TEMPLATE/bug_report.yml(issue-forms format) with fields for affected module (engine-core, engine-bridge, dashboard), expected/actual behavior, repro steps.github/ISSUE_TEMPLATE/config.ymlpointing security reports toSECURITY.md's process instead of the public trackerTechnical Implementation Scaffolding
Acceptance Criteria
SECURITY.md, not the public trackerDefinition of Done