mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 01:36:31 +02:00
17 lines
474 B
JSON
17 lines
474 B
JSON
|
|
{
|
||
|
|
"github.copilot.chat.reviewSelection.instructions": [
|
||
|
|
{
|
||
|
|
"file": ".github/prompts/review-pr.prompt.md"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"github.copilot.chat.commitMessageGeneration.instructions": [
|
||
|
|
{
|
||
|
|
"file": ".github/prompts/create-commit-title.prompt.md"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"github.copilot.chat.pullRequestDescriptionGeneration.instructions": [
|
||
|
|
{
|
||
|
|
"file": ".github/prompts/create-pr-summary.prompt.md"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|