mirror of
https://github.com/katanemo/plano.git
synced 2026-05-11 00:32:42 +02:00
Update discord server invite url (#428)
This commit is contained in:
parent
d8b833fe69
commit
2d357ddd5e
1 changed files with 6 additions and 2 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue