You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+1-53Lines changed: 1 addition & 53 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -244,61 +244,9 @@ All workflows use the same nox commands as local development.
244
244
245
245
## Pull Request Process
246
246
247
-
For comprehensive contribution guidelines, see[CONTRIBUTING.md](CONTRIBUTING.md) in the repository root.
247
+
For comprehensive contribution guidelines, including detailed steps for creating and reviewing Pull Requests, please refer to[CONTRIBUTING.md](CONTRIBUTING.md) in the repository root.
248
248
249
249
**Code of Conduct**: All contributors must follow our [Code of Conduct](CODE_OF_CONDUCT.md). We maintain a welcoming, inclusive, and harassment-free environment for everyone.
250
-
251
-
### Creating a Pull Request
252
-
253
-
When creating a PR, use the template at `.github/pull_request_template.md` (auto-populated by GitHub):
254
-
255
-
**Required before submission:**
256
-
1. Run all quality checks:
257
-
```bash
258
-
uv run nox -s fmt
259
-
uv run nox -s lint -- --pyright --ruff
260
-
uv run nox -s test
261
-
uv run pre-commit run --all-files
262
-
```
263
-
264
-
2. Fill out all sections of the PR template:
265
-
-**Summary**: Brief description and context
266
-
-**Type of Change**: Select applicable change types
267
-
-**Changes Made**: List main changes
268
-
-**Testing**: Confirm all test commands passed
269
-
-**Pre-Submission Checklist**: Verify all items
270
-
271
-
3. Ensure documentation is updated if needed
272
-
273
-
### Reviewing Pull Requests
274
-
275
-
Reviewers should use `.github/pull_request_template.md` for comprehensive reviews:
276
-
277
-
**Key review areas:**
278
-
- Code Quality: Style, type safety, naming, complexity
279
-
- Testing: Coverage ≥75%, edge cases, test quality
0 commit comments