Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:53:04 +08:00
commit 0216966bce
4 changed files with 79 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "bug-fix",
"description": "Streamlines bug fixing by creating a GitHub issue first, then a feature branch for implementing and thoroughly testing the solution before merging.",
"version": "1.0.0",
"author": {
"name": "danielscholl",
"url": "https://github.com/danielscholl"
},
"commands": [
"./commands/"
]
}