We are eternally grateful for contributons, big and small. We believe in free discussion and free code, and contributing is the conbination of both! Below are instructions on how to contribute to our repositories.
-
Fork the Repository – Click the "Fork" button on the top right. Clone Your Fork – Use:
git clone https://github.com/{your-username}/{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."
Please follow our Code of Conduct.
Feel free to message in the #help channel on our Discord server!
Happy coding! 🚀