Commit d807a16
Add applyTo front-matter to all .github/instructions files
Without the applyTo field, Copilot never auto-applies these instructions
based on file context. Add glob patterns so the right instructions are
included automatically:
- test-instructions.md: **/*Test.kt, **/*IT.kt
- implement-instructions.md: **/*.kt, **/*.java
- refactor-instructions.md: **/*.kt, **/*.java
- document-instructions.md: **/*.md
- review-instructions.md: **/*.kt, **/*.java
Co-authored-by: afranken <763000+afranken@users.noreply.github.com>1 parent 6331295 commit d807a16
File tree
5 files changed
+15
-0
lines changed- .github/instructions
5 files changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
0 commit comments