-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,28 @@ | |
|
||
We’re excited that you’re interested in contributing to **Carch**! Contributions of all kinds are welcome, whether you’re fixing bugs, adding new features, or improving documentation. Follow this guide to get started. | ||
|
||
## 📌 Understand the Codebase | ||
|
||
> [!NOTE] | ||
> Before contributing, **understand the structure** of Carch: | ||
> - **The `main script` of Carch is located in:** | ||
>```bash | ||
> build/carch | ||
> ``` | ||
> | ||
> - **All `additional` scripts of Carch are stored in:** | ||
> ```sh | ||
> scripts/*.sh | ||
> ``` | ||
> [!IMPORTANT] | ||
> First, **analyze how the script works** before making any changes. If you want to improve or add to the project, make sure you **understand the structure** and how each piece interacts. This will help you contribute in a way that is consistent with the project’s design. | ||
If you have questions or need help, feel free to **contact us**: | ||
📧 Email: <a href="mailto:[email protected]">[email protected]</a> | ||
💬 Discord: <a href="https://discord.com/invite/8NJWstnUHd">Join Here</a> | ||
## Steps to Contribute | ||
### 1. 🍽️ Fork the Repository | ||
|