chore: add initial configuration files for GitHub Copilot integration

This commit is contained in:
Nick Alteen
2025-07-11 13:22:36 -04:00
parent 056dd3c520
commit 96167d31b2
2 changed files with 24 additions and 0 deletions

15
.vscode/settings.json vendored Normal file
View File

@@ -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." }
]
}