Skip to content
Back to blog
1 min read

How to Contribute to Open WP Club

A step-by-step guide to making your first contribution — from finding an issue to getting your PR merged.

O

By Open WP Club

Open-source WordPress notes and updates

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

  1. Fork the repository you want to contribute to
  2. Clone your fork locally: git clone https://github.com/YOUR-USERNAME/REPO-NAME.git
  3. 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.

Share:

Sponsor us

Our software is free forever. Sponsorships help us maintain all our plugins and build new tools for the WordPress ecosystem.

Become a Sponsor Contact us about sponsoring

Write for us

Got a WordPress story, tutorial, or opinion? We welcome guest posts from the community.

Pitch a guest post