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: .github/pull_request_template.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,8 @@ After: the same request comes back with real token counts, so the dashboard show
53
53
**Please complete all items before asking a LiteLLM maintainer to review your PR**
54
54
55
55
-[ ] I have added meaningful tests
56
-
-[ ] My PR passes all CI/CD checks (e.g., lint, format, unit tests)
56
+
-[ ] The handful of test files covering my change pass locally, e.g. `uv run pytest tests/test_litellm/<your_test_file>.py -v`. Leave the suites (`make test-unit-*`, `make test-unit`) to CI: it finishes in ~15 minutes where a laptop takes an hour or more
57
+
-[ ] My PR passes all required CI/CD checks (e.g., lint, schema.d.ts sync check, etc.)
57
58
-[ ] My PR's scope is as isolated as possible; it only solves 1 specific problem
58
59
-[ ] I have received a Greptile **Confidence Score of at least 4/5** before requesting a maintainer review (Greptile reviews automatically once the PR is opened; only comment `@greptileai` to re-request a review after pushing changes)
0 commit comments