Instruction file imported from exentials/OpenMES (
.github/instructions/issues.instructions.md). Copyright stays with the author.
Issues Instructions
Mandatory
- Create/update
ISSUES.mdwhere analysis is done. - Keep one file per logical area/project when possible.
Track categories
- Bugs
- Bug risks
- Architecture flaws
- Security issues
- Performance risks
- Test gaps
Strict format
For each issue use:
ID: ISS-###Severity: Critical | High | Medium | LowPriority: P1 | P2 | P3Area: <project/module>Problem: <one line>Fix: <one line>Reference: <file path + line if possible>
Rules
- One issue = one problem.
- No vague issue text.
- No duplicates.
- Keep IDs stable.
- New issue increments last number.
Reporting locations
ISSUES.mdis source of truth.- Important test gaps also summarized in project
README.mdtesting section.