Skip to content

Commit 17e4006

Browse files
committed
refactor: update branching pattern and PR title guidance in documentation
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
1 parent adf1408 commit 17e4006

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.agents/skills/github-pull-request/references/implementation-loop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Use this loop for each selected issue.
77
- Update `main` or the repository's integration branch before branching.
88
- Keep branch names stable and descriptive.
99
- Prefer the repository convention when one exists.
10-
- If no repository convention is defined, use a stable pattern such as `issue-123-short-slug`.
10+
- If no repository convention is defined, use a stable pattern such as `type-of-issue/123-short-slug`.
1111

1212
## Implementation Boundaries
1313

.agents/skills/github-pull-request/references/pr-drafting.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ Closes #123
4141
## Title Guidance
4242

4343
- Follow repository title rules when they exist.
44-
- For this repository, prefer `[area] Brief description (#123)`.
44+
- For this repository, prefer `[area] Brief description`.
4545
- Use the issue number that the PR closes in the title when it is known.
4646
- Derive `area` from the touched subsystem, command, or package rather than using a generic label.
4747

4848
Examples:
4949

50-
- `[tests] Add command coverage for sync workflow (#42)`
51-
- `[docs] Document wiki generation flow (#57)`
52-
- `[command] Add dependency analysis command (#91)`
50+
- `[tests] Add command coverage for sync workflow`
51+
- `[docs] Document wiki generation flow`
52+
- `[command] Add dependency analysis command`
5353

5454
## Draft vs Ready
5555

0 commit comments

Comments
 (0)