mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 05:24:02 +00:00
Update pull_request_template.md
Added Screenshots or Videos section
This commit is contained in:
parent
86eafdf5e4
commit
0349c86448
18
.github/pull_request_template.md
vendored
18
.github/pull_request_template.md
vendored
@ -1,13 +1,15 @@
|
|||||||
# Pull Request Checklist
|
# Pull Request Checklist
|
||||||
|
|
||||||
- [ ] **Target branch:** Pull requests should target the `dev` branch.
|
**Before submitting, make sure you've checked the following:**
|
||||||
- [ ] **Description:** Briefly describe the changes in this pull request.
|
|
||||||
|
- [ ] **Target branch:** Please verify that the pull request targets the `dev` branch.
|
||||||
|
- [ ] **Description:** Provide a concise description of the changes made 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.
|
- [ ] **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 [Open WebUI Docs](https://github.com/open-webui/docs), or other documentation sources?
|
- [ ] **Documentation:** Have you updated relevant documentation [Open WebUI Docs](https://github.com/open-webui/docs), or other documentation sources?
|
||||||
- [ ] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation?
|
- [ ] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation?
|
||||||
- [ ] **Testing:** Have you written and run sufficient tests for the changes?
|
- [ ] **Testing:** Have you written and run sufficient tests for validating the changes?
|
||||||
- [ ] **Code Review:** Have you self-reviewed your code and addressed any coding standard issues?
|
- [ ] **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?
|
||||||
- [ ] **Label title:** Ensure the pull request title is labeled properly using one of the following:
|
- [ ] **Label:** To cleary categorize this pull request, assign a relevant label to the pull request title, using one of the following:
|
||||||
- **BREAKING CHANGE**: Significant changes that may affect compatibility
|
- **BREAKING CHANGE**: Significant changes that may affect compatibility
|
||||||
- **build**: Changes that affect the build system or external dependencies
|
- **build**: Changes that affect the build system or external dependencies
|
||||||
- **ci**: Changes to our continuous integration processes or workflows
|
- **ci**: Changes to our continuous integration processes or workflows
|
||||||
@ -26,7 +28,7 @@
|
|||||||
|
|
||||||
### Description
|
### Description
|
||||||
|
|
||||||
- [Briefly describe the changes made in this pull request, including any relevant motivation and impact.]
|
- [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)]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
@ -62,3 +64,7 @@
|
|||||||
|
|
||||||
- [Insert any additional context, notes, or explanations for the changes]
|
- [Insert any additional context, notes, or explanations for the changes]
|
||||||
- [Reference any related issues, commits, or other relevant information]
|
- [Reference any related issues, commits, or other relevant information]
|
||||||
|
|
||||||
|
### Screenshots or Videos
|
||||||
|
|
||||||
|
- [Attach any relevant screenshots or videos demonstrating the changes]
|
||||||
|
Loading…
Reference in New Issue
Block a user