Skip to content

Commit 88fb648

Browse files
Copilotdr5hn
andcommitted
docs: Add note about creating only one markdown file per Issue/PR in fixes-docs
Co-authored-by: dr5hn <6929121+dr5hn@users.noreply.github.com>
1 parent 91400b3 commit 88fb648

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/copilot-instructions.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,15 @@ Agent rules — do this
5858
- If you change schema or fields, run the appropriate sync/import script and validate locally before committing.
5959
- When adding export features, follow the `bin/Commands/Export*.php` pattern (one command per output format).
6060
- **ALWAYS document fixes and PRs** in `.github/fixes-docs/`:
61-
- Create a summary file (e.g., `FIX_<issue_number>_SUMMARY.md`) with:
61+
- Create **only ONE markdown file per Issue/PR** (e.g., `FIX_<issue_number>_SUMMARY.md` or `<TOPIC>_SUMMARY.md`)
62+
- The single file should contain:
6263
- Issue reference and executive summary
6364
- Countries/entities addressed
6465
- Changes made (before/after counts, examples)
6566
- Validation steps and results
66-
- Create detailed documentation files for significant changes
67-
- Include code examples, data samples, and validation commands
67+
- Code examples, data samples, and validation commands
6868
- Follow existing format in `.github/fixes-docs/` directory
69+
- Do NOT create multiple separate files for the same issue/PR
6970

7071
Agent rules — do NOT do this
7172
- Do NOT commit generated export files (`json/`, `csv/`, `yml/`, `xml/`, `sqlite/`, `duckdb/`, `mongodb/`, `sqlite/`, `sqlserver/`, `psql/` dumps).

0 commit comments

Comments
 (0)