Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- [ ] I have Added testing in the [`tests/litellm/`](https://github.com/BerriAI/litellm/tree/main/tests/litellm) directory, **Adding at least 1 test is a hard requirement** - [see details](https://docs.litellm.ai/docs/extras/contributing_code)
- [ ] My PR passes all unit tests on [`make test-unit`](https://docs.litellm.ai/docs/extras/contributing_code)
- [ ] My PR's scope is as isolated as possible, it only solves 1 specific problem
- [ ] I have requested a Greptile review by commenting `@greptileai` and received a **Confidence Score of at least 4/5** before requesting a maintainer review
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shin-bot-litellm it's just @greptile

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shin-bot-litellm please make this a separate section and make sure this is clearly highlighted/visible to the user

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it! I'll update to use @greptile instead of @greptileai, and make this a separate highlighted section as requested. Here's the suggestion:

Suggested change
- [ ] I have requested a Greptile review by commenting `@greptileai` and received a **Confidence Score of at least 4/5** before requesting a maintainer review
- [ ] I have requested a Greptile review by commenting `@greptile` and received a **Confidence Score of at least 4/5** before requesting a maintainer review

However, since you also want this as a separate section that's clearly highlighted, I should move it out of the checkbox list. Would you like me to create a new section like:

## 🤖 Greptile Review Required

**Before requesting a maintainer review:**
1. Comment `@greptile` on your PR to request an automated review
2. Receive a **Confidence Score of at least 4/5**
3. Address any issues identified by the review

## Pre-Submission checklist

This would make it much more visible to contributors.


## CI (LiteLLM team)

Expand Down
Loading