feat: add configuration files for GitHub Copilot integration
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"servers": {
|
||||||
|
"github": {
|
||||||
|
"url": "https://api.githubcopilot.com/mcp/",
|
||||||
|
"type": "http"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"inputs": []
|
||||||
|
}
|
||||||
Vendored
+15
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"github.copilot.chat.reviewSelection.instructions": [
|
||||||
|
{
|
||||||
|
"text": "Review the code changes carefully before accepting them."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"github.copilot.chat.commitMessageGeneration.instructions": [
|
||||||
|
{
|
||||||
|
"text": "Use conventional commit message format."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"github.copilot.chat.pullRequestDescriptionGeneration.instructions": [
|
||||||
|
{ "text": "Always include a list of key changes." }
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user