-
·
Contributing
How can I get started? The AI Team offers lots of ways to participate, and we’d love to have you join us! To start, we recommend that you: Create a WordPress.org user account or log in if you have one already. Sign up for an account on Slack using your WordPress.orgWordPress.org The community site where WordPress code is created and shared by…
-
·
About
The WordPress AI team is dedicated to exploring and coordinating artificial intelligence projects across the WordPress ecosystem. This is just the beginning. Whether you’re an engineer, designer, researcher, or just curious about AI, we’d love to have you involved as we shape the future of AI in WordPress.
-
·
Meetings
There are currently two types of meetings that make up CoreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress.-AI’s cycle of development. Bi- Weekly we have 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/ AI…
-
·
AI Handbook
Welcome to the AI Team Handbook, the place to learn how to get involved with the WordPress AI community, and start contributing to WordPress AI. Whether you’re an engineer, designer, researcher, or just curious about AI, we’d love to have you involved as we shape the future of AI in WordPress. Here you can learn about…
-
·
Contributions
Bug reports – Help ensure your issue is resolved in a timely manner. Contributing – An introduction to the contributing process. WordCamp Contributor Day – Quick-start guide 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…
-
·
Guides
Installing – Recommended and alternative installation mechanisms. Quick start – Where to begin after you’ve installed 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/ for the first time. Running commands remotely – Learn how to remotely control…
-
·
References
Argument Syntax – Explanation of the syntax conventions used in command synopsis. Global parameters – Variables defining how a command is executed, including which WordPress user the command is run as and which WordPress instance the command is run against. Built-in commands – Commands included in every copy of WP-CLIWP-CLI WP-CLI is the Command Line…
-
·
Supporting Quality: How We Handle Repeated Low-Quality Translations
Sometimes, our Global Translation EditorsTranslation Editor Translation editors can approve translations for projects. The GTE (General Translation Editor) and LM (Locale Manager) roles can add new users with the “Project Translation Editor” role that can approve translations for specific projects. There are two different Translation Editor roles: General Translation Editor and Project Translation Editor (GTEs)…
-
·
Then /^the return code should( not)? be (d+)$/
Expect a specific exit code of the previous command. Usage Scenario: My example scenario Given a WP installation When I try `wp plugin install` Then the return code should be 1 Behat steps documentation is generated from the WP-CLIWP-CLI WP-CLI is the Command Line Interface for WordPress, used to do administrative and development tasks in…
-
·
When /^I launch in the background `([^`]+)`$/
Launch a given command in the background. Usage Scenario: My example scenario Given a WP install And I launch in the background `wp server –host=localhost –port=8181` … Behat steps documentation is generated from the WP-CLIWP-CLI WP-CLI is the Command Line Interface for WordPress, used to do administrative and development tasks in a programmatic way. The…