Skip to content

Latest commit

 

History

History
122 lines (64 loc) · 7.31 KB

contributor-day.md

File metadata and controls

122 lines (64 loc) · 7.31 KB

Contributor Day / Projects to contribute

The Contributor Day is an event, usually parallel to a WordCamp, 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.org account, and, if possible, access to a Slack team channel.

User account

WordPress.org user account (required)

If you already have a user account, you can access the Login screen and log in. If you don't remember your password, you can get an email and change it.

If you do not have a user account, you can access the Registry of a new account and enter the desired username and an email account where you will receive the emails. Once completed, you will receive an email to validate the account, and you can access with your username and password.

To check your WordPress profile, visit your Profile Page.

WordPress Slack user account (recommended)

When you create a WordPress.org user account, an email account is automatically created like [email protected], where your_wordpress.org_username is the chosen user.

To access the WordPress Slack, you can register from the SignUp page and enter your username in the email account field. At that time you will receive the instructions by email to continue. If you had previously logged in, you just have to visit the WordPress Slack home page and enter the Slack username and password.

Once you are there, please visit the #hosting-community channel.

GitHub user account (recommended)

Some of the projects are developed through GitHub, so you may need an account.

If you already have a GitHub account, you can access the Login screen and log in.

If you do not have a user account, you can access the Registry of a new account and follow the steps.

Sync your WordPress.org and GitHub profile

In order for your contributions on GitHub to appear on your WordPress profile, you need to relate the account to your profile. To do this, visit the Edit your WordPress Profile, and in the GitHub Username section add your GitHub account.

Hosting Team projects

The projects of the Hosting team can vary, in addition to being able to cross with those of other teams.

Currently the list of projects to contribute is:

WordPress Hosting Team Handbook

What

The Handbook contains information about the Hosting Team, along with hosting recommendations for running WordPress.

The recommendations were put together by the team and used as a basis for Site Health recommendations in WordPress. They're meant both as a reference for folks learning to host WordPress, and a way to help WordPress and Hosts improve together.

How

The handbook is in the process of being audited and improved. You can see the progress and contribute through Github.

The first thing you'll have to do is visit the repository page where all the information is. It's best to visit the Issues list, check if your proposal is already contemplated or pending, and if it isn't, create a New issue.

After you submit an issue, we can discuss together the suggested changes.

Once a PR is submitted, it will require an approval process. By default, once it is submitted, it will require review and approval by two people from the Hosting team. In cases where there are PRs related to corrections or internal operational elements, created by someone from the Hosting Team, only one review will be required.

Tools

To work on this project yo will need:

  • A GitHub account
  • A text / Markdown editor

Help

If help is needed, please ask in the #hosting-community channel or contact @Crixu, @JavierCasares.

Automated Hosting Tests

What

The Runner repo (PHPUnit test runner) contains the parts of the hosting tests that run on a host, and the Reporter repo (PHPUnit test reporter) contains the plugin that runs on WordPress.org for receiving and displaying the tests.

How

You can propose improvements or solve those available in both the PHPUnit test runner (issues) and the PHPUnit test reporter (issues).

Tools

To work on this project yo will need:

  • A GitHub account
  • A text / PHP editor

Help

If help is needed, please ask in the #hosting-community channel or contact @pfefferle.

Advanced Admin Handbook

What

This new documentation is proposed as advanced regarding what currently exists for end users (UserHub / Support), with the goal that the documentation for users is free of advanced technical material, and that the documentation for developers (DevHub) is very differentiated between what is development, and what are advanced development or system configurations.

How

Although we are still in a first step, if you know of other WordPress content that could be in this Handbook, please open an issue and discuss it with the Documentation team. Please use the label "advanced administration".

If you want to help launch the Handbook as soon as possible, please take an issue and work on it. You can comment on the site itself if you have any questions, suggestions or improvements.

Tools

To work on this project yo will need:

  • A GitHub account
  • A text / Markdown editor

Help

If help is needed, please ask in the #docs, #hosting-community channel or contact @JavierCasares, @lucp, @milana_cap.

Changelog

  • 2022-11-12: First version.