Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:19:57 +08:00
commit a1cb71174f
4 changed files with 111 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "pr-create-plugin",
"description": "Create GitHub pull requests with auto-generated title and description based on branch changes",
"version": "1.0.0",
"author": {
"name": "Stefan Cho"
},
"commands": [
"./commands"
]
}