Skip to content

Commit 389d88d

Browse files
committed
Reorganize skills and instructions into skill folders with sorted naming convention
1 parent 03e5b18 commit 389d88d

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

File renamed without changes.

.github/instructions/create_pr.instructions.md renamed to .github/skills/pr-create/SKILL.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
---
2-
applyTo: '**'
2+
name: Create PR
3+
description: Creates a pull request with proper title, description, changelog updates, and wiki documentation checks.
34
---
5+
46
# Pull Request Creation Instructions
57

68
## Trigger Phrases
79
When I say **any** of these:
810
- "Create PR"
9-
- "Make PR"
11+
- "Make PR"
1012
- "PR"
1113
- "Create Pull Request"
1214
- "Make a PR"
@@ -15,11 +17,12 @@ When I say **any** of these:
1517

1618
## Action Steps
1719
1. **Check changes**: Get the diff between main branch and current branch
18-
2. **Update CHANGELOG.md**: Determine if Major/Minor/Patch bump is needed based on:
20+
2. **Update CHANGELOG.md** (only if `src/` has changes): Determine if Major/Minor/Patch bump is needed based on:
1921
- **Major**: Breaking changes (removed/changed public APIs)
2022
- **Minor**: New features (new components, properties, methods)
2123
- **Patch**: Bug fixes, internal improvements, accessibility fixes
2224
- Follow existing CHANGELOG.md format: `[Component/Feature] Description`
25+
- **Skip** if the PR has no changes under `src/` — documentation-only, build scripts, CI/CD, and config changes do not require a changelog entry
2326
3. **Wiki documentation**: Check if documentation in `wiki/` needs to be added or updated:
2427
- **New feature?****MUST** add a new `wiki/<FeatureName>.md` page
2528
- **Changed behavior/API?****MUST** update the relevant existing wiki page
@@ -54,6 +57,7 @@ When I say **any** of these:
5457

5558
### Files Changed
5659
- Brief overview of major file changes
60+
```
5761

5862
## Additional Considerations
5963

File renamed without changes.

0 commit comments

Comments
 (0)