We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac2ebdb commit 8f160b2Copy full SHA for 8f160b2
1 file changed
summer-student-scope.md
@@ -84,6 +84,8 @@ Do not attempt these unless the required work is already complete and reviewed:
84
85
## Expectations For You
86
87
+- Work from your own fork of the repository.
88
+- Open PRs from your fork to the upstream repository for review.
89
- Do not rewrite the CLI.
90
- Fix correctness first, then add guardrails, then improve one architecture slice.
91
- Keep PRs small enough to review.
@@ -98,6 +100,7 @@ Do not attempt these unless the required work is already complete and reviewed:
98
100
99
101
Each PR should answer:
102
103
+- Is this PR opened from your fork against the upstream repository?
104
- What user-visible behavior changed?
105
- What tests were added or updated?
106
- Do `ruff check .` and `ruff format --check .` pass?
0 commit comments