mirror of
https://github.com/open-webui/open-webui
synced 2024-11-06 00:32:05 +00:00
33 lines
764 B
Markdown
33 lines
764 B
Markdown
|
## Pull Request Checklist
|
||
|
|
||
|
- [ ] **Description:** Briefly describe the changes in this pull request.
|
||
|
- [ ] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description.
|
||
|
- [ ] **Documentation:** Have you updated relevant documentation?
|
||
|
- [ ] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation?
|
||
|
|
||
|
---
|
||
|
|
||
|
## Description
|
||
|
|
||
|
[Insert a brief description of the changes made in this pull request]
|
||
|
|
||
|
---
|
||
|
|
||
|
### Changelog Entry
|
||
|
|
||
|
### Added
|
||
|
|
||
|
- [List any new features or additions]
|
||
|
|
||
|
### Fixed
|
||
|
|
||
|
- [List any fixes or corrections]
|
||
|
|
||
|
### Changed
|
||
|
|
||
|
- [List any changes or updates]
|
||
|
|
||
|
### Removed
|
||
|
|
||
|
- [List any removed features or files]
|