> ## Documentation Index
> Fetch the complete documentation index at: https://docs.borea.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Development

> For those cracked devs that want to contribute to the cause 🫡

Follow the below steps to contribute to

<Steps>
  <Step title="Fork the Repository – Click the &#x22;Fork&#x22; button on the top right. Clone Your Fork – Use:">
    ```shell theme={null}
    git clone https://github.com/Borea-dev/\<repository-name\>.git
    ```
  </Step>

  <Step title="Create a New Branch – Name it descriptively:">
    ```shell theme={null}
    git checkout -b feature-branch
    ```
  </Step>

  <Step title="Make Your Changes – Fix bugs, add features, or improve docs." />

  <Step title="Commit & Push – Write a clear commit message:">
    ```shell theme={null}
      git commit -m "Brief explanation of changes"
      git push origin feature-branch
    ```
  </Step>

  <Step title="Open a Pull Request (PR) - Go to the original repo and click &#x22;New Pull Request.&#x22;">
    A tutorial for how to open a Pull Request can be found
    [here](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork)
  </Step>
</Steps>

#### Code of Conduct

Please follow our [Code of Conduct](https://github.com/Borea-dev/.github/blob/main/CODE_OF_CONDUCT.md).

#### Need Help?

Feel free to message in the #help channel on our [Discord server](https://discord.com/invite/qpdxeF6wrK)!

**Happy coding! 🚀**
