添加 claude code game studios 到项目
This commit is contained in:
27
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
27
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
## Summary
|
||||
|
||||
Brief description of what this PR does.
|
||||
|
||||
## Type of Change
|
||||
|
||||
- [ ] New agent
|
||||
- [ ] New skill
|
||||
- [ ] New hook or rule
|
||||
- [ ] Bug fix
|
||||
- [ ] Documentation improvement
|
||||
- [ ] Other:
|
||||
|
||||
## Changes
|
||||
|
||||
-
|
||||
-
|
||||
-
|
||||
|
||||
## Checklist
|
||||
|
||||
- [ ] I've tested this in a Claude Code session
|
||||
- [ ] New agents include the Collaboration Protocol section
|
||||
- [ ] New skills use the subdirectory format (`.claude/skills/<name>/SKILL.md`)
|
||||
- [ ] Reference docs are updated (agent-roster, skills-reference, hooks-reference, rules-reference)
|
||||
- [ ] Hooks use `grep -E` (POSIX) and fail gracefully without jq/python
|
||||
- [ ] No hardcoded paths or platform-specific assumptions
|
||||
Reference in New Issue
Block a user