mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
PR template: - Make the rubric explicit at the top: link an issue, OR provide a clear problem description + expected vs. actual + visual QA proof. - Add dedicated sections for each piece so the bot has a deterministic shape to read. - Keep the existing 'Linear ticket' section for internal contributors (they're exempt from the auto-triage rubric). Bug report template: - Split 'What happened?' into 'Actual behavior' + 'Expected behavior'. - Make logs/screenshot a required textarea. - Warning banner at the top tells external contributors that incomplete reports will be auto-closed (with re-evaluation on reopen). Feature request template: - Require a concrete use case + example in the motivation field, not just a one-liner pitch. - Same auto-triage warning banner. Co-authored-by: Mateo Wang <mateo-berri@users.noreply.github.com>
3.8 KiB
3.8 KiB
Relevant issues
Linear ticket
Problem description
Expected vs. actual behavior
QA proof
Pre-Submission checklist
Please complete all items before asking a LiteLLM maintainer to review your PR
- I have Added testing in the
tests/test_litellm/directory, Adding at least 1 test is a hard requirement - see details - My PR passes all unit tests on
make test-unit - My PR's scope is as isolated as possible, it only solves 1 specific problem
- I have requested a Greptile review by commenting
@greptileaiand received a Confidence Score of at least 4/5 before requesting a maintainer review
Delays in PR merge?
If you're seeing a delay in your PR being merged, ping the LiteLLM Team on Slack (#pr-review).
CI (LiteLLM team)
CI status guideline:
- 50-55 passing tests: main is stable with minor issues.
- 45-49 passing tests: acceptable but needs attention
- <= 40 passing tests: unstable; be careful with your merges and assess the risk.
-
Branch creation CI run
Link: -
CI run for the last commit
Link: -
Merge / cherry-pick CI run
Links:
Type
🆕 New Feature 🐛 Bug Fix 🧹 Refactoring 📖 Documentation 🚄 Infrastructure ✅ Test