From 25ee5f6cb06e404268f6391077574d84d75816b6 Mon Sep 17 00:00:00 2001 From: Bartowski Date: Wed, 5 Jun 2024 16:23:18 -0400 Subject: [PATCH] Update CONTRIBUTING.md Update step one to be opening a discussion rather than an issue --- docs/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 92238d307..325964b1a 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -41,7 +41,7 @@ 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/open-webui/open-webui/issues). +1. Open a discussion regarding your ideas [here](https://github.com/open-webui/open-webui/discussions/new/choose). 2. Follow the project's coding standards and include tests for new features. 3. Update documentation as necessary. 4. Write clear, descriptive commit messages.