forked from phoenix/litellm-mirror
docs: add .github/pull_request_template.md
This commit is contained in:
parent
f74a43aa78
commit
aa6576ad42
1 changed files with 47 additions and 0 deletions
47
.github/pull_request_template.md
vendored
Normal file
47
.github/pull_request_template.md
vendored
Normal file
|
@ -0,0 +1,47 @@
|
||||||
|
<!-- This is just examples. You can remove all items if you want. -->
|
||||||
|
<!-- Please remove all comments. -->
|
||||||
|
|
||||||
|
## Title
|
||||||
|
|
||||||
|
<!-- e.g. "Implement user authentication feature" -->
|
||||||
|
|
||||||
|
## Relevant issues
|
||||||
|
|
||||||
|
<!-- e.g. "Fixes #000" -->
|
||||||
|
|
||||||
|
## Type
|
||||||
|
|
||||||
|
<!-- Select the type of Pull Request -->
|
||||||
|
<!-- Keep only the necessary ones -->
|
||||||
|
|
||||||
|
🆕 New Feature
|
||||||
|
🐛 Bug Fix
|
||||||
|
🧹 Refactoring
|
||||||
|
📖 Documentation
|
||||||
|
💻 Development Environment
|
||||||
|
🚄 Infrastructure
|
||||||
|
✅ Test
|
||||||
|
|
||||||
|
## Changes
|
||||||
|
|
||||||
|
<!-- List of changes -->
|
||||||
|
|
||||||
|
## Testing
|
||||||
|
|
||||||
|
<!-- Test procedure -->
|
||||||
|
|
||||||
|
## Notes
|
||||||
|
|
||||||
|
<!-- Test results -->
|
||||||
|
|
||||||
|
<!-- Points to note for the reviewer, consultation content, concerns -->
|
||||||
|
|
||||||
|
## Pre-Submission Checklist (optional but appreciated):
|
||||||
|
|
||||||
|
- [ ] I have included relevant documentation updates (stored in /docs/my-website)
|
||||||
|
|
||||||
|
## OS Tests (optional but appreciated):
|
||||||
|
|
||||||
|
- [ ] Tested on Windows
|
||||||
|
- [ ] Tested on MacOS
|
||||||
|
- [ ] Tested on Linux
|
Loading…
Add table
Add a link
Reference in a new issue