Skip to content

Commit 8f160b2

Browse files
committed
Document student fork PR workflow
1 parent ac2ebdb commit 8f160b2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

summer-student-scope.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ Do not attempt these unless the required work is already complete and reviewed:
8484

8585
## Expectations For You
8686

87+
- Work from your own fork of the repository.
88+
- Open PRs from your fork to the upstream repository for review.
8789
- Do not rewrite the CLI.
8890
- Fix correctness first, then add guardrails, then improve one architecture slice.
8991
- Keep PRs small enough to review.
@@ -98,6 +100,7 @@ Do not attempt these unless the required work is already complete and reviewed:
98100

99101
Each PR should answer:
100102

103+
- Is this PR opened from your fork against the upstream repository?
101104
- What user-visible behavior changed?
102105
- What tests were added or updated?
103106
- Do `ruff check .` and `ruff format --check .` pass?

0 commit comments

Comments
 (0)