refactor: rename github plugin to development

This commit is contained in:
2025-10-17 12:21:13 -03:00
parent 657d21b723
commit a0a184bd8a
8 changed files with 13 additions and 13 deletions

View File

@@ -0,0 +1,23 @@
# Create Pull Request
Create a new branch, commit changes, and submit a pull request.
## Behavior
- Creates a new branch based on current changes
- Analyzes changes and automatically splits into logical commits when
appropriate
- Each commit focuses on a single logical change or feature
- Creates descriptive commit messages for each logical unit
- Pushes branch to remote
- Creates pull request with proper summary and test plan
- Do NOT add Claude co-authorship to PR description or commit messages
- Use Github CLI if necessary
## Guidelines for Automatic Commit Splitting
- Split commits by feature, component, or concern
- Keep related file changes together in the same commit
- Separate refactoring from feature additions
- Ensure each commit can be understood independently
- Multiple unrelated changes should be split into separate commits