CoolFace
Apppublic

beea/open-webui

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
pull_request_template.md73 linesDownload Raw Back to .github
1# Pull Request Checklist2 3### Note to first-time contributors: Please open a discussion post in [Discussions](https://github.com/open-webui/open-webui/discussions) and describe your changes before submitting a pull request.4 5**Before submitting, make sure you've checked the following:**6 7- [ ] **Target branch:** Please verify that the pull request targets the `dev` branch.8- [ ] **Description:** Provide a concise description of the changes made in this pull request.9- [ ] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description.10- [ ] **Documentation:** Have you updated relevant documentation [Open WebUI Docs](https://github.com/open-webui/docs), or other documentation sources?11- [ ] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation?12- [ ] **Testing:** Have you written and run sufficient tests for validating the changes?13- [ ] **Code review:** Have you performed a self-review of your code, addressing any coding standard issues and ensuring adherence to the project's coding standards?14- [ ] **Prefix:** To cleary categorize this pull request, prefix the pull request title, using one of the following:15  - **BREAKING CHANGE**: Significant changes that may affect compatibility16  - **build**: Changes that affect the build system or external dependencies17  - **ci**: Changes to our continuous integration processes or workflows18  - **chore**: Refactor, cleanup, or other non-functional code changes19  - **docs**: Documentation update or addition20  - **feat**: Introduces a new feature or enhancement to the codebase21  - **fix**: Bug fix or error correction22  - **i18n**: Internationalization or localization changes23  - **perf**: Performance improvement24  - **refactor**: Code restructuring for better maintainability, readability, or scalability25  - **style**: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc.)26  - **test**: Adding missing tests or correcting existing tests27  - **WIP**: Work in progress, a temporary label for incomplete or ongoing work28 29# Changelog Entry30 31### Description32 33- [Concisely describe the changes made in this pull request, including any relevant motivation and impact (e.g., fixing a bug, adding a feature, or improving performance)]34 35### Added36 37- [List any new features, functionalities, or additions]38 39### Changed40 41- [List any changes, updates, refactorings, or optimizations]42 43### Deprecated44 45- [List any deprecated functionality or features that have been removed]46 47### Removed48 49- [List any removed features, files, or functionalities]50 51### Fixed52 53- [List any fixes, corrections, or bug fixes]54 55### Security56 57- [List any new or updated security-related changes, including vulnerability fixes]58 59### Breaking Changes60 61- **BREAKING CHANGE**: [List any breaking changes affecting compatibility or functionality]62 63---64 65### Additional Information66 67- [Insert any additional context, notes, or explanations for the changes]68  - [Reference any related issues, commits, or other relevant information]69 70### Screenshots or Videos71 72- [Attach any relevant screenshots or videos demonstrating the changes]73