Update discord server invite url (#428)

This commit is contained in:
Pat Thibodeau 2025-03-05 15:21:35 -06:00 committed by GitHub
parent d8b833fe69
commit 2d357ddd5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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**! 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. 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 ### 3. Create a branch
Use a descriptive name for your branch (e.g., fix-bug-123, add-feature-x). Use a descriptive name for your branch (e.g., fix-bug-123, add-feature-x).
```bash ```bash
$ git checkout -b <your-branch-name> $ git checkout -b <your-branch-name>
``` ```
@ -32,6 +35,7 @@ $ git checkout -b <your-branch-name>
Make your changes in the relevant files. If you're adding new features or fixing bugs, please include tests where applicable. 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 ### 5. Test your changes
```bash ```bash
cd arch cd arch
cargo test cargo test
@ -51,4 +55,4 @@ Contribution Guidelines
Follow the existing coding style. Follow the existing coding style.
Update documentation as needed. 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.