Follow the below steps to contribute to

1

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
2

Create a New Branch – Name it descriptively:

git checkout -b feature-branch
3

Make Your Changes – Fix bugs, add features, or improve docs.

4

Commit & Push – Write a clear commit message:

  git commit -m "Brief explanation of changes"
  git push origin feature-branch
5

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! 🚀