[PR #2570] [MERGED] docs: Update README to display prominent features and link to a new dedicated features page #44079

Closed
opened 2026-04-29 18:04:11 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/2570
Author: @silentoplayz
Created: 5/26/2024
Status: Merged
Merged: 5/28/2024
Merged by: @tjbck

Base: devHead: silentoplayz-update-readme


📝 Commits (10+)

📊 Changes

1 file changed (+13 additions, -69 deletions)

View changed files

📝 README.md (+13 -69)

📄 Description

Pull Request Checklist

Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.

Before submitting, make sure you've checked the following:

  • 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 is added at the bottom of the PR description.
  • Documentation: Have you updated relevant documentation Open WebUI Docs, or other documentation sources?
  • Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?
  • Testing: Have you written and run sufficient tests for validating the changes?
  • 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: 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
    • build: Changes that affect the build system or external dependencies
    • ci: Changes to our continuous integration processes or workflows
    • chore: Refactor, cleanup, or other non-functional code changes
    • docs: Documentation update or addition
    • feat: Introduces a new feature or enhancement to the codebase
    • fix: Bug fix or error correction
    • i18n: Internationalization or localization changes
    • perf: Performance improvement
    • refactor: Code restructuring for better maintainability, readability, or scalability
    • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc.)
    • test: Adding missing tests or correcting existing tests
    • WIP: Work in progress, a temporary label for incomplete or ongoing work

Changelog Entry

Description

  • Revamped features list on README.md page into a smaller list of the key features of Open Webui, with the remainder of remarked features moved over to https://docs.openwebui.com/features/

Added

  • docs/features.md page added on the docs repo

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/2570 **Author:** [@silentoplayz](https://github.com/silentoplayz) **Created:** 5/26/2024 **Status:** ✅ Merged **Merged:** 5/28/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `silentoplayz-update-readme` --- ### 📝 Commits (10+) - [`c2c7299`](https://github.com/open-webui/open-webui/commit/c2c729965035736fbe6c45d1a7a8521083b5bcfb) Update README.md - [`e2fe87a`](https://github.com/open-webui/open-webui/commit/e2fe87a4d0493ef35050a03e7106915d9c02a3c0) Update README.md - [`47e8465`](https://github.com/open-webui/open-webui/commit/47e8465626c1f561ea9ebae0b43b952fc8fd171d) Update README.md - [`2e215ca`](https://github.com/open-webui/open-webui/commit/2e215ca85e7723ce450affe4cb22c62bc61cd6b0) Update README.md - [`5ea47c1`](https://github.com/open-webui/open-webui/commit/5ea47c125828e802f2326bd6a31b2f654098d8ce) Update README.md - [`fc59db3`](https://github.com/open-webui/open-webui/commit/fc59db318135a6d3d8b285773f6c398de4018e22) Update README.md - [`e398154`](https://github.com/open-webui/open-webui/commit/e39815420ea13ba68b733a82ced146ec8bc34306) Update README.md - [`839877e`](https://github.com/open-webui/open-webui/commit/839877e19771e18de65e8469ac31d6638334dcce) Update README.md - [`f3dd271`](https://github.com/open-webui/open-webui/commit/f3dd271e2ccf5819709be9a69a91464769fd5369) Update README.md - [`ac0d720`](https://github.com/open-webui/open-webui/commit/ac0d7201e34f3345b753e9bf9bd31ee35698a772) Update README.md ### 📊 Changes **1 file changed** (+13 additions, -69 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+13 -69) </details> ### 📄 Description # Pull Request Checklist ### 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. **Before submitting, make sure you've checked the following:** - [x] **Target branch:** Please verify that the pull request targets the `dev` branch. - [x] **Description:** Provide a concise description of the changes made in this pull request. - [x] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description. - [x] **Documentation:** Have you updated relevant documentation [Open WebUI Docs](https://github.com/open-webui/docs), or other documentation sources? - [x] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation? - [x] **Testing:** Have you written and run sufficient tests for validating the changes? - [x] **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? - [x] **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 - **build**: Changes that affect the build system or external dependencies - **ci**: Changes to our continuous integration processes or workflows - **chore**: Refactor, cleanup, or other non-functional code changes - **docs**: Documentation update or addition - **feat**: Introduces a new feature or enhancement to the codebase - **fix**: Bug fix or error correction - **i18n**: Internationalization or localization changes - **perf**: Performance improvement - **refactor**: Code restructuring for better maintainability, readability, or scalability - **style**: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc.) - **test**: Adding missing tests or correcting existing tests - **WIP**: Work in progress, a temporary label for incomplete or ongoing work # Changelog Entry ### Description - Revamped features list on `README.md` page into a smaller list of the key features of Open Webui, with the remainder of remarked features moved over to https://docs.openwebui.com/features/ ### Added - docs/features.md page added on the docs repo --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-29 18:04:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#44079