mirror of
https://github.com/Donchitos/Claude-Code-Game-Studios.git
synced 2026-06-27 04:51:46 +00:00
Polish repo for public release
- README: centered header, badge row (license, agents, skills, hooks, rules, Claude Code, Ko-fi), "Why This Exists" motivation section, table of contents, "Collaborative Not Autonomous" section, community section - Add GitHub issue templates (bug report + feature request) - Add pull request template with checklist - Add .github/FUNDING.yml with Ko-fi link - Gitignore internal planning docs, remove from tracking Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2
.github/FUNDING.yml
vendored
Normal file
2
.github/FUNDING.yml
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
ko_fi: donchitos
|
||||
# github: Donchitos # Uncomment once GitHub Sponsors is approved
|
||||
49
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
49
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
---
|
||||
name: Bug Report
|
||||
about: Something isn't working as expected
|
||||
title: "[Bug] "
|
||||
labels: bug
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
## Description
|
||||
|
||||
A clear description of what the bug is.
|
||||
|
||||
## Steps to Reproduce
|
||||
|
||||
1. Open Claude Code in a project using this template
|
||||
2. Run `/<skill>` or trigger `<agent>`
|
||||
3. ...
|
||||
4. See error
|
||||
|
||||
## Expected Behavior
|
||||
|
||||
What you expected to happen.
|
||||
|
||||
## Actual Behavior
|
||||
|
||||
What actually happened. Include any error messages or unexpected output.
|
||||
|
||||
## Environment
|
||||
|
||||
- **OS**: (e.g., Windows 10, macOS 14, Ubuntu 24.04)
|
||||
- **Shell**: (e.g., Git Bash, zsh, bash)
|
||||
- **Claude Code version**: (run `claude --version`)
|
||||
- **Node.js version**: (run `node --version`)
|
||||
- **jq installed?**: Yes / No
|
||||
- **Python installed?**: Yes / No
|
||||
|
||||
## Affected Component
|
||||
|
||||
- [ ] Agent (which one?):
|
||||
- [ ] Skill (which one?):
|
||||
- [ ] Hook (which one?):
|
||||
- [ ] Rule (which one?):
|
||||
- [ ] Template
|
||||
- [ ] Documentation
|
||||
- [ ] Other:
|
||||
|
||||
## Additional Context
|
||||
|
||||
Any other context — screenshots, terminal output, or the session log if relevant.
|
||||
40
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
40
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
---
|
||||
name: Feature Request
|
||||
about: Suggest a new agent, skill, hook, or improvement
|
||||
title: "[Feature] "
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
## Summary
|
||||
|
||||
A brief description of what you'd like added or changed.
|
||||
|
||||
## Type
|
||||
|
||||
- [ ] New agent
|
||||
- [ ] New skill (slash command)
|
||||
- [ ] New hook
|
||||
- [ ] New rule
|
||||
- [ ] New template
|
||||
- [ ] Improvement to existing component
|
||||
- [ ] Other:
|
||||
|
||||
## Problem / Motivation
|
||||
|
||||
What problem does this solve? What workflow does it improve?
|
||||
|
||||
## Proposed Solution
|
||||
|
||||
How do you think this should work? Include details like:
|
||||
- For agents: what domain, what tier, what tools
|
||||
- For skills: what the workflow looks like, what it outputs
|
||||
- For hooks: what event triggers it, what it validates
|
||||
|
||||
## Alternatives Considered
|
||||
|
||||
Any other approaches you've thought about.
|
||||
|
||||
## Additional Context
|
||||
|
||||
Examples, references, or screenshots that help explain the request.
|
||||
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