fbpx

WordPress Core Contributor

by | Jun 26, 2020 | Open source, PHP, WordPress tips | 0 comments

I’m officially unofficially a WordPress core contributor! Earlier this month I decided that I wanted to contribute to WordPress. The first step I took was joining the WordPress slack channel and I mostly silently (with the odd sentence here and there) observed various tickets being created and seeing how meetings are conducted.

Steps to become a contributor

  • Have a wordpress.org profile. This is the first obvious step.
  • Set up your local environment so you can work with the latest WordPress code. WordPress uses Docker to run the development environment.
  • Find a ticket to work on. You can find a list of tickets that need patches here: https://core.trac.wordpress.org/tickets/no-patch
  • Create your fix and wait for feedback. If you haven’t submitted a patch before, you will get your badge after the next release and after your fix is accepted!

Last week I was browsing all the tickets that needed a patch. There was one patch that was particularly interesting to me because it seemed useful and it seemed like a patch I could easily contribute to. (ticket) Once I started writing in the ticket, several people chipped in and helped me when I needed help to make sure my solution was the right one. I would like to draw a parallel between the WordPress core team and Toastmasters because in Toastmasters when you’re giving a speech or table topic and you don’t do well, people cheer you on to encourage you. The Core team I have interacted with were all very nice and helpful, and everyone’s goal is for WordPress to succeed and get better, so people want to help you out if you’re stuck on something.

I want to help, what can I do?

I love the core team because that’s where all the excitement happens (for me), and I love writing code, so that’s where I gravitate to. If you don’t know how to code, there are many other areas you can still contribute in. You can see all the areas you can contribute to as well as detailed information on this page https://wordpress.org/support/article/contributing-to-wordpress/

Now that I have officially contributed my first patch (which won’t be released until August in version 5.5), I am moving on to working on more patches!

Written By Carl

Written by Carl Wuensche, a dedicated problem solver with a passion for helping businesses thrive through innovative solutions and strategic development.

Related Posts

Single Responsibility Principle

There are many ways of architecting software. There are many ways of organising code. When an architect (in this case Software engineer or programmer) decides to create a plugin, he/she must decide how they’re going to organise the logic of the code. In the Single...

read more

Beautiful Code

I have been working on researching this very topic the last while. This is such a broad topic with many opinions from so many people. When joining different agencies, I have been given rules to follow every time. There have been times when I argued we should do...

read more

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *