Skip to content

Make Your First Contribution

Ready to contribute? Great! Follow these steps:

1. Find an Issue

Look for issues labeled good first issue:

2. Fork and Clone

# Fork on GitHub, then:
git clone https://github.com/YOUR-USERNAME/REPO-NAME.git

3. Make Changes

Create a branch, make your changes, commit with clear messages.

4. Submit PR

Push your changes and open a Pull Request!

Full Contributing Guide