|
@@ -1,36 +1,37 @@
|
|
|
-# Contributing to Ollama WebUI
|
|
|
+# Contributing to Open WebUI
|
|
|
|
|
|
🚀 **Welcome, Contributors!** 🚀
|
|
|
|
|
|
-Your interest in contributing to Ollama WebUI is greatly appreciated. This document is here to guide you through the process, ensuring your contributions enhance the project effectively. Let's make Ollama WebUI even better, together!
|
|
|
+Your interest in contributing to Open WebUI is greatly appreciated. This document is here to guide you through the process, ensuring your contributions enhance the project effectively. Let's make Open WebUI even better, together!
|
|
|
|
|
|
## 📌 Key Points
|
|
|
|
|
|
-### 🦙 Ollama vs. Ollama WebUI
|
|
|
+### 🦙 Ollama vs. Open WebUI
|
|
|
|
|
|
-It's crucial to distinguish between Ollama and Ollama WebUI:
|
|
|
+It's crucial to distinguish between Ollama and Open WebUI:
|
|
|
|
|
|
-- **Ollama WebUI** focuses on providing an intuitive and responsive web interface for chat interactions.
|
|
|
+- **Open WebUI** focuses on providing an intuitive and responsive web interface for chat interactions.
|
|
|
- **Ollama** is the underlying technology that powers these interactions.
|
|
|
|
|
|
-If your issue or contribution pertains directly to the core Ollama technology, please direct it to the appropriate [Ollama project repository](https://ollama.com/). Ollama WebUI's repository is dedicated to the web interface aspect only.
|
|
|
+If your issue or contribution pertains directly to the core Ollama technology, please direct it to the appropriate [Ollama project repository](https://ollama.com/). Open WebUI's repository is dedicated to the web interface aspect only.
|
|
|
|
|
|
### 🚨 Reporting Issues
|
|
|
|
|
|
-Noticed something off? Have an idea? Check our [Issues tab](https://github.com/ollama-webui/ollama-webui/issues) to see if it's already been reported or suggested. If not, feel free to open a new issue. When reporting an issue, please follow our issue templates. These templates are designed to ensure that all necessary details are provided from the start, enabling us to address your concerns more efficiently.
|
|
|
+Noticed something off? Have an idea? Check our [Issues tab](https://github.com/open-webui/oopen-webui/issues) to see if it's already been reported or suggested. If not, feel free to open a new issue. When reporting an issue, please follow our issue templates. These templates are designed to ensure that all necessary details are provided from the start, enabling us to address your concerns more efficiently.
|
|
|
|
|
|
> [!IMPORTANT]
|
|
|
+>
|
|
|
> - **Template Compliance:** Please be aware that failure to follow the provided issue template, or not providing the requested information at all, will likely result in your issue being closed without further consideration. This approach is critical for maintaining the manageability and integrity of issue tracking.
|
|
|
>
|
|
|
> - **Detail is Key:** To ensure your issue is understood and can be effectively addressed, it's imperative to include comprehensive details. Descriptions should be clear, including steps to reproduce, expected outcomes, and actual results. Lack of sufficient detail may hinder our ability to resolve your issue.
|
|
|
|
|
|
### 🧭 Scope of Support
|
|
|
|
|
|
-We've noticed an uptick in issues not directly related to Ollama WebUI but rather to the environment it's run in, especially Docker setups. While we strive to support Docker deployment, understanding Docker fundamentals is crucial for a smooth experience.
|
|
|
+We've noticed an uptick in issues not directly related to Open WebUI but rather to the environment it's run in, especially Docker setups. While we strive to support Docker deployment, understanding Docker fundamentals is crucial for a smooth experience.
|
|
|
|
|
|
-- **Docker Deployment Support**: Ollama WebUI supports Docker deployment. Familiarity with Docker is assumed. For Docker basics, please refer to the [official Docker documentation](https://docs.docker.com/get-started/overview/).
|
|
|
+- **Docker Deployment Support**: Open WebUI supports Docker deployment. Familiarity with Docker is assumed. For Docker basics, please refer to the [official Docker documentation](https://docs.docker.com/get-started/overview/).
|
|
|
|
|
|
-- **Advanced Configurations**: Setting up reverse proxies for HTTPS and managing Docker deployments requires foundational knowledge. There are numerous online resources available to learn these skills. Ensuring you have this knowledge will greatly enhance your experience with Ollama WebUI and similar projects.
|
|
|
+- **Advanced Configurations**: Setting up reverse proxies for HTTPS and managing Docker deployments requires foundational knowledge. There are numerous online resources available to learn these skills. Ensuring you have this knowledge will greatly enhance your experience with Open WebUI and similar projects.
|
|
|
|
|
|
## 💡 Contributing
|
|
|
|
|
@@ -40,14 +41,14 @@ Looking to contribute? Great! Here's how you can help:
|
|
|
|
|
|
We welcome pull requests. Before submitting one, please:
|
|
|
|
|
|
-1. Discuss your idea or issue in the [issues section](https://github.com/ollama-webui/ollama-webui/issues).
|
|
|
+1. Discuss your idea or issue in the [issues section](https://github.com/open-webui/open-webui/issues).
|
|
|
2. Follow the project's coding standards and include tests for new features.
|
|
|
3. Update documentation as necessary.
|
|
|
4. Write clear, descriptive commit messages.
|
|
|
|
|
|
### 📚 Documentation & Tutorials
|
|
|
|
|
|
-Help us make Ollama WebUI more accessible by improving documentation, writing tutorials, or creating guides on setting up and optimizing the web UI.
|
|
|
+Help us make Open WebUI more accessible by improving documentation, writing tutorials, or creating guides on setting up and optimizing the web UI.
|
|
|
|
|
|
### 🤔 Questions & Feedback
|
|
|
|
|
@@ -55,6 +56,6 @@ Got questions or feedback? Join our [Discord community](https://discord.gg/5rJgQ
|
|
|
|
|
|
## 🙏 Thank You!
|
|
|
|
|
|
-Your contributions, big or small, make a significant impact on Ollama WebUI. We're excited to see what you bring to the project!
|
|
|
+Your contributions, big or small, make a significant impact on Open WebUI. We're excited to see what you bring to the project!
|
|
|
|
|
|
Together, let's create an even more powerful tool for the community. 🌟
|