WordCamp Europe 2026 Contributor Day

Get ready for WordCamp Europe 2026! Happening in Kraków, Poland, on June 4-6th, with a HostingHosting 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 DayContributor 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 WordCampWordCamp 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 SourceOpen 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 CoreCore 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.orgWordPress.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 SlackSlack 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 GitHubGitHub 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 GitGit 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 LAMPLAMP 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./LEMPLEMP 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 PHPPHP 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 repTeam 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

WCEU 2025: Recap for the Hosting Table

Thanks again to everyone who made their way to Basel and joined us at the HostingHosting 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. This post offers a summary of what we accomplished during our time together.

Roundtable Discussion

We started with a roundtable focused on encouraging more hosting companies to run the hosting test suite. With the number of active hosts reporting steadily decreasing, the conversation felt both urgent and valuable. The group included experienced contributors and first-time participants, which sparked a rich exchange of ideas.

Two main priorities surfaced:

  1. Showing clear value to hosting providers
  2. Reducing the friction caused by NodeJS requirements, since many hosts focus mainly on PHPPHP 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.

Making the Benefits Clear

Everyone agreed that contributing to the WordPress ecosystem has value. Still, we recognized the need to better communicate the practical benefits for hosts. One idea was to increase visibility for participating providers. If you have ideas to build on this, we welcome them.

Tackling the NodeJS Challenge

We spent time understanding the barriers caused by NodeJS and discussed how the build process could be made more accessible. The group looked at how NodeJS is used today and brainstormed ways to simplify or eliminate that dependency.

Improving the Hosting Test Suite

After the discussion, we got to work on areas we believed could have the biggest impact.

Clarifying the Role of NodeJS

We reviewed the test suite code to understand how NodeJS fits into the current setup. The next step will be to clearly document this dependency so contributors and hosts know what is required and where we might streamline it.

Exploring Practical Solutions

Prebuilt Artifacts

We discussed the option of sharing prebuilt artifacts through a central location. This would allow hosts to skip local builds entirely and work with a shared version of the test suite. It would make testing more consistent and easier to adopt.

Another option involved using GitHubGitHub 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. Actions to handle the NodeJS tasks remotely, while letting hosts run the PHP unit tests locally. A proof of concept for this is available here: PHPUnit Test Runner PR #245

Nightly Builds

We also explored using nightly builds. This could simplify things by reducing the need for constant local builds, while still covering the majority of testing needs. We discussed two approaches: relying entirely on nightly builds or using static files from those builds and applying only the coreCore Core is the set of software required to run WordPress. The Core Team builds WordPress. changes. Even if tests are not based on the very latest commit, we believe this method would be effective.

A PR is in progress to support this idea: PHPUnit Test Runner PR #246

Pull Requests from the Day

In addition to the work on the test suite, several contributions were made across WordPress repositories:

Opened PRs:

Reviewed PRs:

Thank you again to everyone who contributed, asked questions, and shared ideas. Your participation strengthens the WordPress community and helps improve the tools we all rely on.

Kudos to @zunaid321 for reviewing this post

#contributor-day, #hosting-community, #wceu2025, #wceu

WCEU 2024 Contributor Day Agenda

The WordPress HostingHosting 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. Team is gearing up for WordCampWordCamp 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. Europe 2024, focusing on Contributor Day activities and the proposed WordPress Hosting Directory. This blog post outlines the schedule and the key projects, inviting community participation and feedback.

Schedule

  • 08:30 Registration
  • 09:15 Opening and welcome
  • 10:00 Contributing to WordPress (Hosting Test Tools)
  • 10:30 WordPress Hosting Directory meeting
  • 12:15 Group photo
  • 12:30 Lunch
  • 14:00 Contributing to WordPress
  • 16:30 Teams summaries and wrap-up

10:30 – 11:30: Meeting on the WordPress Hosting Directory
10:00 – 16:30: Hosting Test Tools

WordPress Hosting Directory

Create a comprehensive directory of hosting companies based on objective criteria, helping users make informed decisions.

Proposal: WordPress Hosting Directory

Hosting Test Tools

Review the Multi-PHPPHP 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. Environment Proposal, that aims to provide diverse PHP environment setups for testing and compatibility purposes. Enhances the testing capabilities within the WordPress ecosystem.

Proposal: PHPUnit Test Runner with Multi-PHP and Multi-Environment

#agenda, #contributor-day, #meetings, #wceu

WordCamp Europe 2023 Contributor Day

Still don’t know which table to join at the WordCamp Europe 2023 Contributor Day? Well, if you like hostingHosting 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., know a bit about technology, and would like to improve your WordPress documentation, this is the team for you!

If you are attending and haven’t registered yet, please register now. Registration is closed.

The ticket

WordCamp Europe 2023 Contributor Day #156

There is a ticket at the Hosting Handbook GitHubGitHub 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. with some ideas on what to contribute.

If you want something more to do, you can discuss it on WordCamp Europe 2023 – Contributor Day #149. We will update the Issue as the Contributor DayContributor 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/ arrives.

The projects

We have several options of projects to do during the Contributor Day.

What do you need to know?

The Contributor Day is an event, usually parallel to a WordCampWordCamp 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., focused on contributing to the WordPress Community in any of its teams.

To participate in a Contributor Day it is only necessary to have a WordPress.orgWordPress.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, and, if possible, access to a SlackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/ team channel.

Need some help?

In any case, @JavierCasares, who will be our Hosting Team RepTeam 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. in this Contributor Day, will be able to help you to solve any doubt you may have. Meanwhile, you can also ask any of the Team Reps (@amykamala, @crixu, and @jessibelle).

UPDATED: @crixu also will lead the Hosting Table.

If you want to know/learn anything different, please comment us below. We’ll reach out to you personally as well.

Schedule

Moreover, if you want to Contribute Online, please, you are welcome! We will be in our Slack #hosting-community channel.

Contributor Day Schedule (Thursday 2023-06-08)

08:30 – 09:15Registration
09:15 – 10:00Opening and welcome
10:00 – 12:15Start contributing
12:15 – 12:30Group photo
12:30 – 14:00Lunch
14:00 – 17:00More contributing
17:00 – 17:30Sharing results

All times are in Athens, Greece (EEST—UTC+3) time. Source: WordCamp Europe 2023

See you in Athens!

#agenda, #contributor-day, #wceu

WordCamp Europe 2022 Contributor Day: Summary

WordCampWordCamp 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. Europe 2022 is over, and it’s time to review what we were able to review and achieve at the Contributor Day.

HostingHosting 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. Team at WordCamp Europe 2022

It has been the Contributor DayContributor 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/ with more participants so far, and the Hosting team had its space reserved. More than 10 attendees actively participating led us to improve and expand the Handbook.

For starters, a more detailed description of what the team is and what it does has been added, and the approval processes have been improved.

The new Compatibility page was published and the Server Environment for WordPress 6.0 page has been updated (dropping the mcrypt ticket).

In addition, information about automatic updates have been included, and some research was done on WP_MEMORY_LIMIT, about which a proposal will be submitted to #core in the coming weeks.

I want to give special thanks to @mikeschroder for continuing to help the team and making work and life much easier for everyone. Moreover, thanks to everybody involved direct or passively because we “bothered” many of those who were there with doubts and proposals for improvement, and they gave us their best answers.

#contributor-day, #handbook, #wceu

WordCamp Europe 2022 Contributor Day

Still don’t know which table to join at the WordCamp Europe 2022 Contributor Day? Well, if you like hostingHosting 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., know a bit about technology, and would like to improve your WordPress documentation, this is the team for you!

We have several options of projects to do during the Contributor DayContributor 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/.

In any case, @JavierCasares, who will be our Hosting Team RepTeam 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. in this Contributor Day, will be able to help you to solve any doubt you may have.

If you want to know/learn anything different, please comment us below. We’ll reach out to you personally as well.

Contributors Day Schedule (Thursday 2022-06-02)

9:00 – 10:00Registration and coffee/tea
10:00 – 10:30Welcome and introduction of teams and table leads
10:30 – 12:30Start contributing
10:30 – 11:00Getting Started workshop for first time contributors
12:30 – 14:00Lunch break. Lunch will be provided for
14:00 – 15:30More contributing
15:30 – 16:00Sharing results
All times are in Porto (local) time. Source: WordCamp Europe 2022

If you are attending and haven’t registered yet, please register now.

#agenda, #contributor-day, #wceu

WCEU 2020 Team Intro Video – Call for Submissions

WordCampWordCamp 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. EU 2020 will be entirely online! The conference organizers have asked each Make.WordPress.orgWordPress.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/ team to put together a short video (no longer than one minute) to introduce the team to the conference. The #hosting-community team is looking for team members to record short greetings to include in the team introduction.

The video is going to be published ahead of WCEU 2020 so new contributors can watch the team videos and decide which teams they would like to contribute to. The #hosting-community team would like to give team members a chance to be a part of this introduction.

If you would like to participate, please record a very brief video of yourself (about 5 seconds) saying a greeting from where you live. For someone in the United States who is a native English speaker, you would say “Hello from the United States”. The #hosting-community encourages team members who are not native English speakers to say the greeting in their native language if team members are comfortable doing so.

Once you are ready to share your clip, please send a direct message in SlackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/ to @Crixu, @amykamala, @jadonn, or @mikeschroder to submit the video clip to the team.

If you have any other questions, leave a comment on this post and we’ll do our best to answer you!

Thank you to @mazeheld for volunteering to edit the video clips together, to @Crixu for helping organize video clip submissions, and to @amykamala for managing the work for WCEU 2020!

#wceu