Tutorial Tag: Contribute

  • How to join WordPress Slack channels.

    How to join WordPress Slack channels.

    How to join WordPress on Slack This is a summary of how to join WordPress on Slack called Making WordPress. It is used as a communication tool for contributing to the WordPress project, be it through code, design, documentation etc. 1. To join the WordPress team on Slack. Log into your profile or create a new account…

  • Test a Gutenberg (Block Editor) Pull Request.

    Test a Gutenberg (Block Editor) Pull Request.

    Test out a new Gutenberg feature before it has been added to the plugin. Testing a Pull Request (PR) gives us a chance to give feedback before the feature is merged into the Gutenberg plugin. There are two easier ways to test out a Gutenberg Pull Request that does not require one to setup a…

  • Contribute to WordPress core – Test Trac Ticket and GitHub Pull Requests.

    Contribute to WordPress core – Test Trac Ticket and GitHub Pull Requests.

    NB! Needs an update! How to test a Trac ticket and Github PR. Further down this page are instructions for testing a default WordPress theme from 2019, 2020 and 2021. In Part 1 of our series, we showed you how to setup your local environment for contributing to the WordPress core codebase. In this tutorial,…

  • Contribute to WordPress core – Create a Local Environment.

    Contribute to WordPress core – Create a Local Environment.

    NB! Needs an update! Description To start contributing to the WordPress core codebase, you will need to set up a local development environment. This environment consists of everything necessary to run the WordPress software and track your changes for the team to see. The following are instructions for setting up a local development environment for…