Want to submit your first pull request to WP-CLIWP-CLI WP-CLI is the Command Line Interface for WordPress, used to do administrative and development tasks in a programmatic way. The project page is http://wp-cli.org/ https://make.wordpress.org/cli/? We’ve identified a few good first issues for new contributors to get their feet wet:
- Update ISSUE_TEMPLATE to mention abstracted commands
Now that we’ve abstracted all WP-CLI coreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. commands to a series of distinct packages, we need to update.github/ISSUE_TEMPLATEto point reporters to the corresponding package. - Clarify error message for incorrect ‘DOMAIN_CURRENT_SITE’
If someone has an incorrect value for theDOMAIN_CURRENT_SITEconstant in theirwp-config.php, we should communicate thatDOMAIN_CURRENT_SITEdoesn’t match any registered blogs. - Mention database name when confirming operation
When confirming an operation in thewp db *set of commands, it would be helpful to indicate the database name in the confirmation prompt. - Create a
wp config pathcommand to get the path to wp-config.php
It should print the path in a fashion similar towp package path. - Improve “Submitting a bug report” to clarify on what additional detail can be helpful
Some details from April’s “Write the Docs” newsletter that would be good to work into our documentation.
Read through the contributing guide for details on how to get started, or join us in the #cli channel with any questions you might have. Office hours are today, Tuesday, April 25 at 16:00 UTC