feat: add Copilot instructions and release notes guidelines; configure VSCode settings and MCP

This commit is contained in:
Nick Alteen
2025-07-11 13:41:18 -04:00
parent dbf8325cd3
commit 1d215422d4
4 changed files with 127 additions and 0 deletions
+15
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." }
]
}