Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.36 KB

File metadata and controls

48 lines (33 loc) · 1.36 KB
title Development
description For those cracked devs that want to contribute to the cause 🫡

Follow the below steps to contribute to

```shell
git clone https://github.com/Borea-dev/\<repository-name\>.git
```
```shell
git checkout -b feature-branch
```
```shell
  git commit -m "Brief explanation of changes"
  git push origin feature-branch
```
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)

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