Some checks failed
Check Transpiled JavaScript / Check dist/ (push) Failing after 43s
Continuous Integration / JavaScript Tests (push) Failing after 5s
Continuous Integration / GitHub Actions Test (push) Failing after 5s
CodeQL / Analyze (javascript) (push) Failing after 5s
Lint Codebase / Lint Codebase (push) Failing after 5s
16 lines
420 B
JSON
16 lines
420 B
JSON
{
|
|
"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." }
|
|
]
|
|
}
|