feat(VSCode): Add commit message generation instructions for Copilot (#25908)

This commit is contained in:
sogladev
2026-05-24 09:18:34 +02:00
committed by GitHub
parent 0f1f1615e2
commit 8bf01db849
2 changed files with 11 additions and 4 deletions
+6 -4
View File
@@ -1,9 +1,11 @@
### TITLE ### TITLE
## Type(Scope/Subscope): Commit ultra short explanation ## Type(Scope/Subscope): Commit ultra short explanation
## |---- Write below the examples with a maximum of 50 characters ----| ## |---- Write below the examples with a maximum of 72 characters ----|
## Example 1: fix(DB/SAI): Missing spell to NPC Hogger ## Example 1: fix(DB/SAI): Missing spell to NPC Hogger
## Example 2: fix(CORE/Raid): Phase 2 of Ragnaros ## Example 2: feat(Scripts/Commands): Add .mail list and .mail return commands
## Example 3: feat(CORE/Commands): New GM command to do something ## Example 3: refactor(Scripts/Ulduar): Leverage DoorData and persistent data
## Example 4: fix(Scripts/SlavePens): Despawn Frozen Core after Ahune emerges
## Example 5: fix(Scripts/VioletHold): Prevent Sinclari from despawning
### DESCRIPTION ### DESCRIPTION
@@ -46,7 +48,7 @@
## More info here https://www.conventionalcommits.org/en/v1.0.0-beta.2/ ## More info here https://www.conventionalcommits.org/en/v1.0.0-beta.2/
## ======================================================= ## =======================================================
## "Scope" can be: ## "Scope" can be:
## CORE (core related, c++) ## Core (core related, c++)
## DB (database related, sql) ## DB (database related, sql)
## ======================================================= ## =======================================================
## "Subscope" is optional and depends on the nature of the commit. ## "Subscope" is optional and depends on the nature of the commit.
+5
View File
@@ -1,4 +1,9 @@
{ {
"github.copilot.chat.commitMessageGeneration.instructions": [
{
"file": ".git_commit_template.txt"
},
],
"files.associations": { "files.associations": {
"*.dist": "properties", "*.dist": "properties",
"*.crash": "properties", "*.crash": "properties",