Skip to content

Update generated support links#292

Open
ekamran wants to merge 1 commit into
wp-cli:mainfrom
ekamran:update-support-links
Open

Update generated support links#292
ekamran wants to merge 1 commit into
wp-cli:mainfrom
ekamran:update-support-links

Conversation

@ekamran
Copy link
Copy Markdown

@ekamran ekamran commented Jun 2, 2026

Summary

Updates the support link used in generated package files.

The old wp-cli.org/#support link now redirects to the general WordPress.org CLI page, so this points people to the WP-CLI common issues guide instead.

Changes

  • Update the README support template.
  • Update the generated GitHub issue template.
  • Update this repo's generated README and issue template copy.
  • Add small Behat checks for the generated README and issue template text.

Verification

  • Ran composer lint.
  • Ran composer phpcs.
  • Ran composer phpstan.
  • Confirmed generated README output uses the new support link.
  • Confirmed generated issue template output uses the new support link.

@ekamran ekamran requested a review from a team as a code owner June 2, 2026 18:31
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 2, 2026

Hello! 👋

Thanks for opening this pull request! Please check out our contributing guidelines. We appreciate you taking the initiative to contribute to this project.

Contributing isn't limited to just code. We encourage you to contribute in the way that best fits your abilities, by writing tutorials, giving a demo at your local meetup, helping other users with their support questions, or revising our documentation.

Here are some useful Composer commands to get you started:

  • composer install: Install dependencies.
  • composer test: Run the full test suite.
  • composer phpcs: Check for code style violations.
  • composer phpcbf: Automatically fix code style violations.
  • composer phpunit: Run unit tests.
  • composer behat: Run behavior-driven tests.

To run a single Behat test, you can use the following command:

# Run all tests in a single file
composer behat features/some-feature.feature

# Run only a specific scenario (where 123 is the line number of the "Scenario:" title)
composer behat features/some-feature.feature:123

You can find a list of all available Behat steps in our handbook.

@swissspidy
Copy link
Copy Markdown
Member

In this section we actually used to link to a bunch of resources, including Slack. See https://web.archive.org/web/20260403123630/https://wp-cli.org/

We should add a new Support section to https://make.wordpress.org/cli/handbook/ with similar content and link to that instead. This can be contributed via a PR at https://github.com/wp-cli/handbook/

@ekamran
Copy link
Copy Markdown
Author

ekamran commented Jun 3, 2026

Thanks for the guidance. I opened wp-cli/handbook#645 to add a dedicated Support page with the support resources from the archived wp-cli.org page.

Once that is reviewed, I can update this PR to point the generated support link to the new handbook page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants