Skip to content
This repository was archived by the owner on Jun 26, 2026. It is now read-only.

Commit 19ba097

Browse files
twoGiantsclaude
andcommitted
chore: add PR template and update workflow
Add .github/pull_request_template.md based on knative upstream format. Update feature development sequence to include PR creation step. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent aba2135 commit 19ba097

2 files changed

Lines changed: 23 additions & 2 deletions

File tree

.github/pull_request_template.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changes
2+
3+
<!--
4+
Describe your changes here.
5+
6+
- :gift: Add new feature
7+
- :bug: Fix bug
8+
- :broom: Update or clean up current behavior
9+
- :wastebasket: Remove feature or internal logic
10+
-->
11+
12+
-
13+
-
14+
-
15+
16+
<!--
17+
Optional: link an issue.
18+
Usage: `Fixes #<issue number>`, or `Relates to #<issue number>`.
19+
If no issue exists, include the 'why' behind your changes above.
20+
-->

AGENTS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ After [Startup Sequence](#startup-sequence), work through the picked feature:
5050
4. **Review** — code review using `/requesting-code-review` skill, fix found issues
5151
5. **Manual Test** — use browser automation and validate it works in the browser
5252
6. **Complete** — flip `passes` to `true` in `docs/features.json`, update `docs/claude-progress.txt`, commit
53-
7. Move plan to `docs/plans/completed/`
54-
8. Stop, wait for user command
53+
7. **PR** — push branch, open PR via `gh pr create` using `.github/pull_request_template.md`
54+
8. Move plan to `docs/plans/completed/`
55+
9. Stop, wait for user command
5556

5657
## Session Rules
5758

0 commit comments

Comments
 (0)