You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ General guide:
8
8
- Avoid external dependencies – the codebase is self-contained (do NOT add new NuGet packages)
9
9
- Follow docs/coding-standards.md and docs/overview.md
10
10
11
+
**Test‑First** (bugs / regressions): Add/adjust a minimal test that fails on current main → confirm it fails → implement fix → run core command and ensure test passes → only then continue.
12
+
11
13
Plan your task:
12
14
1. Write a 1–2 sentence intent (bug fix / API add / language tweak).
13
15
2. Identify domain: Language (`LanguageFeature.fsi` touched) vs `src/FSharp.Core/` vs `vsintegration/` vs compiler/service.
0 commit comments