Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1008 Bytes

File metadata and controls

34 lines (20 loc) · 1008 Bytes

Contributing

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.

How to Contribute

  1. 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

  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."

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