Initial commit
This commit is contained in:
12
.claude-plugin/plugin.json
Normal file
12
.claude-plugin/plugin.json
Normal 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/"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user