From be3b39154317f1a787f3f9573b1cf0be7506cd3d Mon Sep 17 00:00:00 2001 From: Pat Thibodeau Date: Wed, 5 Mar 2025 10:14:19 -0600 Subject: [PATCH] Update discord server invite url --- CONTRIBUTING.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 92f3fc17f..8f2525a29 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,5 @@ -# Contribution +# Contribution + We would love feedback on our [Roadmap](https://github.com/orgs/katanemo/projects/1) and we welcome contributions to **Arch**! Whether you're fixing bugs, adding new features, improving documentation, or creating tutorials, your help is much appreciated. @@ -22,7 +23,9 @@ $ cd arch ``` ### 3. Create a branch + Use a descriptive name for your branch (e.g., fix-bug-123, add-feature-x). + ```bash $ git checkout -b ``` @@ -32,6 +35,7 @@ $ git checkout -b Make your changes in the relevant files. If you're adding new features or fixing bugs, please include tests where applicable. ### 5. Test your changes + ```bash cd arch cargo test @@ -51,4 +55,4 @@ Contribution Guidelines Follow the existing coding style. Update documentation as needed. -To get in touch with us, please join our [discord server](https://discord.gg/rbjqVbpa). We will be monitoring that actively and offering support there. +To get in touch with us, please join our [discord server](https://discord.gg/pGZf2gcwEc). We will be monitoring that actively and offering support there.