From 4e6d21a4144a5942c03b2791268e335e2ad70316 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathan=20=F0=9F=94=B6=20Tarbert?= <66887028+NathanTarbert@users.noreply.github.com> Date: Sun, 22 Jun 2025 22:13:56 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9e9d1d6b..f318299b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,9 +7,9 @@ You can find more detailed contribution guides at [ag-ui.com](ag-ui.com) --- -## 1. Start a Discussion +## 1. Start a Discussion in Discord -Before writing code, open a new **Discussion** and briefly cover: +Before writing code, join the contributing channel in Discord: 1. **Problem** – what you’re trying to solve. 2. **Proposal** – how you plan to solve it (code, docs, design, etc.). @@ -46,11 +46,12 @@ Need a quick sync? ## 5. Open Your Pull Request +1. Please refer to naming convention: https://docs.ag-ui.com/development/contributing 1. **Fork** the repo and create a feature branch. 2. Keep changes focused—one PR per feature or fix. 3. Link back to your Discussion in the PR description. -We review PRs weekly. Feel free to nudge us in your Discussion if you haven’t heard back in a few days. +We review PRs weekly. Feel free to nudge us in Discord if you haven’t heard back in a few days. ---