Get ready for WordCamp Europe 2026! Happening in Kraków, Poland, on June 4-6th, with a Hosting A web hosting service is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web. table at Contributor Day Contributor Days are standalone days, frequently held before or after WordCamps but they can also happen at any time. They are events where people get together to work on various areas of https://make.wordpress.org/ There are many teams that people can participate in, each with a different focus. https://2017.us.wordcamp.org/contributor-day/ https://make.wordpress.org/support/handbook/getting-started/getting-started-at-a-contributor-day/ on June 4th!
Contributor Days kick off each flagship WordCamp WordCamps are casual, locally-organized conferences covering everything related to WordPress. They're one of the places where the WordPress community comes together to teach one another what they’ve learned throughout the year and share the joy. Learn more. with a focus on community: dedicating a day for folks to come together to contribute to the WordPress Open Source Open Source denotes software for which the original source code is made freely available and may be redistributed and modified. Open Source **must be** delivered via a licensing model, see GPL. Project. If you’d like to attend in person you can register for Contributor Day here. If you can’t be there in person, you can still contribute remotely!
This year, @chrisdavidmiles will be leading the Contributor Day Hosting table, with @amykamala helping out remotely.
Every year contributors show up for the Hosting team in a big way to move team initiatives forward. Thank you all for your contributions to the team!
At the WCEU ‘26 Hosting table, you’re invited to work on team projects, like the distributed testing software and hosting handbooks.
What does the Hosting team do?
The Hosting team collaborates with web hosts and WordPress Core Core is the set of software required to run WordPress. The Core Team builds WordPress. to maintain infrastructure-focused documentation and facilitate testing of pre-release WordPress versions on hosting systems. This helps inform the development process and ensure that WordPress and hosting platforms are compatible, error-free, optimized, and that version updates roll out smoothly.
Thank you to the more than 70 hosts who participate in distributed testing!
Schedule
Here is the schedule for WCEU 2026 Contributor Day:
- 08.30 – Registration
- 09.15 – Opening and onboarding
- 10.00 – Start contributing!
- 12.15 – Group photo
- 12.30 – Lunch
- 13.00 – Back to contributing!
- 16.30 – Teams summaries and wrap-up
How to Contribute
To learn how to contribute to the Hosting Team, start by checking out the Hosting Handbook for details on the team and what it does. Folks will need a WordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ account, a Slack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/ account, a GitHub GitHub is a website that offers online implementation of git repositories that can can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the ‘pull request’ where code changes done in branches by contributors can be reviewed and discussed before being merged be the repository owner. account, and a computer with Git Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Git is easy to learn and has a tiny footprint with lightning fast performance. Most modern plugin and theme development is being done with this version control system. and a text or code editing software – because the team maintains handbook and automated testing projects through GitHub.
Hop into the #hosting Slack channel at any time with any questions or comments, especially if you’re contributing remotely, and feel free to join the #contributor-day Slack channel too!
Join In Person:
For those attending WCEU Contributor Day in person, check-in starts at 8:30 am local time. Don’t worry if you’ve never contributed to WordPress, folks are happy to help you navigate. Just ask!
Join Remotely:
Can’t make it in person? No problem! Remote contributors are invited to join on Thursday, June 4, 2026 at 08:00 UTC in the #hosting channel.
To check in and share that you’ve joined, drop a comment on this GitHub Issue: Roll Call: WCEU 2026 Contributor Day.
This year, the team will be working on:
- Distributed testing on hosting systems
- Test Runner improvements
- Hosting Handbook updates with a focus on compatibility docs
- Advanced Administration Handbook has a ton of open PRs
Get involved with distributed testing
The Hosting Team maintains a PHPunit Test Runner and Reporter software that enables Web Hosts to test unreleased WordPress software updates on hosting platforms and report any conflicts, errors or issues that may need to be addressed. Many Hosts participate (thank you!) and are recognized with their results here.
Want to contribute by testing on your hosting system? Get Started with distributed testing here.
For hosts who already participate in testing, please check on your test runners, they are not ok. If you need help troubleshooting, the Hosting table is a perfect place to ask!
Test Runner improvements
This Contributor Day, let’s make progress on testing software development:
- Existing pull requests need to be tested on hosting infrastructure, iterated on if need be, and hopefully merged.
- The runner/reporter repositories need a cicd pipeline implemented that includes automated tests in LAMP LAMP (Linux, Apache, MySQL, PHP) is a very common example of a web service stack of four open-source components: the Linux operating system, the Apache HTTP Server, the MySQL relational database management system (RDBMS), and the PHP programming language./LEMP LEMP (Linux, nginx, MySQL, PHP) is a very common example of a web service stack of four open-source components: the Linux operating system, the nginx web server, the MySQL relational database management system (RDBMS), and the PHP programming language. containers that mimic hosting infrastructure.
- Runner errors need debugging.
- Tooling improvements like notices to hosts about reporting failures need to be implemented.
Or just snag any ticket you like, dig in, push, open, review, and test! Tickets and PRs available to work on can be found here:
Don’t code? Don’t worry! There are opportunities for everyone!
Handbook Updates
The Hosting Team maintains two handbooks: the WordPress Hosting Handbook and the Advanced Administration Handbook. This year the highest priority for handbooks is creating 7.0 and 7.1 PHP PHP (PHP: Hypertext Preprocessor) is a general-purpose scripting language especially suited to web development. PHP code is usually processed on a web server by a PHP interpreter. On a web server, the result of the interpreted and executed PHP code would form the whole or part of an HTTP response. compatibility documentation in the Hosting Handbook, and the Advanced Admin handbook has a number of open PRs for review and tickets that need folks to work on them.
Tickets and PRs to work on the handbooks are available here:
Anyone that speaks basic English can contribute to the Handbooks!
Getting Started
To work on open tickets
1) Fork the repository you wish to work on
2) Pick an issue and mention in the issue comments that you’re going to work on it. If you’re a member of the WordPress GitHub organization, assign the issue to yourself in GitHub. Otherwise a lead will assign the ticket to you.
3) Name your branch with the issue number, your name, and a WCEU26 prefix.
For example, if I want to work on Hosting Handbook issue #393, I’ll first comment that I am working on it, then hit the ‘assign yourself’ button on the upper right of the issue. Next, I’ll make a new fork of the repo or sync my existing fork, and git clone onto my local dev environment, or git pull into the ‘master’ branch on my existing clone. From there, I’ll checkout a new branch from main with the name WCEU26-393-amykamala.
Learn how to install Git here, and some basic Git commands to get started!
Reviews
Once you’ve pushed your changes and opened a new pull request, tag some reviewers on the upper right of the PR. If you don’t know who to tag, feel free to tag a team rep A Team Rep is a person who represents the Make WordPress team to the rest of the project, make sure issues are raised and addressed as needed, and coordinates cross-team efforts.: @kittenkamala, @zunaid, @jazzsequence
If you’re reviewing work yourself, make sure you’re added as a reviewer on the upper right of the ticket, and comment on the PR with any feedback with a mention of WCEU CD 2026.
Testing and Merges
PRs must have 2 approvals and be fully up to date with the base branch in order to be merged. Pay attention to the comments on your PRs in case follow up is needed!
Changes to the testing software must be tested on a hosting platform prior to being merged. If you’re doing testing make sure to comment on the PR with your findings, the hosting platform/specs, and don’t forget to mention in the comment that you tested during WCEU CD 2026.
See You There!
Contributor Days are always fun and inspiring, and it’s rewarding to build momentum on WordPress initiatives as a community. The Hosting Team is excited to welcome both new and experienced contributors to collaborate and add value in your own unique ways, while helping move Hosting Team projects forward!
Please join us at WCEU 2026 Contributor Day on June 4, 2026 to make WordPress hosting even better!
Can’t wait to see you there!
Props to @kirasong @jazzs3quence and @chrisdavidmiles for reviewing this post!
Props to @jazzs3quence @chrisdavidmiles @grafruessel @lucas and @javiercasares for helping coordinate the WCEU ’26 CD Hosting table!
#wceu-26, #wordcamp, #wceu