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.
Follow the below steps to contribute to
Fork the Repository – Click the "Fork" button on the top right. Clone Your Fork – Use:
git clone https://github.com/Borea-dev/\<repository-name\>.git
Create a New Branch – Name it descriptively:
git checkout -b feature-branch
Make Your Changes – Fix bugs, add features, or improve docs.
Commit & Push – Write a clear commit message:
git commit -m "Brief explanation of changes"
git push origin feature-branch
Open a Pull Request (PR) - Go to the original repo and click "New Pull Request."
A tutorial for how to open a Pull Request can be found
here
Code of Conduct
Please follow our Code of Conduct.
Need Help?
Feel free to message in the #help channel on our Discord server!
Happy coding! 🚀