From 2df0d9c2f9134ecf3a42158c6ad4ed8fdddf9164 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Thu, 2 Jul 2026 13:13:19 -0500 Subject: [PATCH] refac --- docs/contributing.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributing.mdx b/docs/contributing.mdx index 6fa98701..ca687bb2 100644 --- a/docs/contributing.mdx +++ b/docs/contributing.mdx @@ -15,7 +15,7 @@ Open WebUI is an independent project built and maintained by a small, dedicated All contributors and community participants must follow the **[Code of Conduct](https://github.com/open-webui/open-webui/blob/main/CODE_OF_CONDUCT.md)**. We operate under a **zero-tolerance policy**: disrespectful, demanding, or hostile behavior results in immediate action without prior warning. -This project is built by volunteers in their free time. Treat every interaction with professionalism and respect. +Open WebUI is led by a small core team and supported by contributors across the project. Treat every interaction with professionalism and respect. --- @@ -31,7 +31,7 @@ docker run -d -p 3000:8080 -v open-webui:/app/backend/data --name open-webui ghc The dev branch moves fast, so **pull updates regularly**. If Docker is not your preference, follow the [Developing Open WebUI](/getting-started/advanced-topics/development) instead. -Report issues on [GitHub](https://github.com/open-webui/open-webui/issues) with clear reproduction steps. We cannot deliver high-quality releases without community testing. +Report issues on [GitHub](https://github.com/open-webui/open-webui/issues) with clear reproduction steps. Community testing helps us deliver high-quality releases. ### Submit code