Contributing to open source can feel intimidating, but it doesn’t have to be. Here’s how to make your first contribution to Open WP Club — whether it’s code, documentation, or a bug report.
Find something to work on
Browse our GitHub organization and look for issues labeled good first issue. These are specifically picked for newcomers and come with clear descriptions of what needs to be done.
Not sure where to start? Join our Discord and ask. We’ll help you find something that matches your skills.
Fork and clone
- Fork the repository you want to contribute to
- Clone your fork locally:
git clone https://github.com/YOUR-USERNAME/REPO-NAME.git - Create a new branch:
git checkout -b fix/your-descriptive-branch-name
Make your changes
Follow the existing code style in the repository. For WordPress plugins, we follow the WordPress Coding Standards. For the website, we use TypeScript and Tailwind CSS.
Submit a pull request
Push your branch and open a PR against the main branch. Include:
- A clear title describing what the PR does
- A description of the changes and why they’re needed
- Screenshots if your change affects the UI
What happens next
A maintainer will review your PR, usually within a few days. We might suggest changes — that’s normal and not a criticism. Once approved, your code gets merged and you’re officially a contributor.
Beyond code
Not a developer? You can still contribute:
- Report bugs — Found something broken? Open a GitHub issue
- Write documentation — Help improve README files or tutorials
- Help in Discord — Answer questions from other community members
- Write a blog post — Share your WordPress knowledge with the community
Every contribution matters. Welcome aboard.