This commit is contained in:
20
src/templates/copilot.template.md
Normal file
20
src/templates/copilot.template.md
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
# Project Context for GitHub Copilot
|
||||||
|
|
||||||
|
## Project Details
|
||||||
|
```
|
||||||
|
Language: {{project.primaryLanguage}}
|
||||||
|
Frameworks: {{project.frameworks}}
|
||||||
|
Build Tools: {{project.buildTools}}
|
||||||
|
Files: {{project.fileCount}}
|
||||||
|
```
|
||||||
|
|
||||||
|
## Dependencies
|
||||||
|
```
|
||||||
|
{{dependencies}}
|
||||||
|
```
|
||||||
|
|
||||||
|
## Coding Conventions
|
||||||
|
{{conventions}}
|
||||||
|
|
||||||
|
---
|
||||||
|
*Generated by AI Context Generator*
|
||||||
Reference in New Issue
Block a user