mirror of
https://hk.gh-proxy.com/https://github.com/wp-cli/profile-command.git
synced 2025-08-21 06:38:51 +08:00
s/profile/profile-command/
This commit is contained in:
parent
a7ceae0881
commit
a9f3dc152a
2 changed files with 8 additions and 8 deletions
14
README.md
14
README.md
|
@ -1,9 +1,9 @@
|
|||
wp-cli/profile
|
||||
==============
|
||||
wp-cli/profile-command
|
||||
======================
|
||||
|
||||
Quickly identify what's slow with WordPress.
|
||||
|
||||
[](https://circleci.com/gh/wp-cli/profile/tree/master)
|
||||
[](https://travis-ci.org/wp-cli/profile-command)
|
||||
|
||||
Quick links: [Overview](#overview) | [Using](#using) | [Installing](#installing) | [Contributing](#contributing)
|
||||
|
||||
|
@ -213,7 +213,7 @@ current theme.
|
|||
|
||||
Installing this package requires WP-CLI v0.23.0 or greater. Update to the latest stable release with `wp cli update`.
|
||||
|
||||
Once you've done so, you can install this package with `wp package install wp-cli/profile`.
|
||||
Once you've done so, you can install this package with `wp package install wp-cli/profile-command`.
|
||||
|
||||
## Contributing
|
||||
|
||||
|
@ -225,9 +225,9 @@ Contributing isn’t limited to just code. We encourage you to contribute in the
|
|||
|
||||
Think you’ve found a bug? We’d love for you to help us get it fixed.
|
||||
|
||||
Before you create a new issue, you should [search existing issues](https://github.com/wp-cli/profile/issues?q=label%3Abug%20) to see if there’s an existing resolution to it, or if it’s already been fixed in a newer version.
|
||||
Before you create a new issue, you should [search existing issues](https://github.com/wp-cli/profile-command/issues?q=label%3Abug%20) to see if there’s an existing resolution to it, or if it’s already been fixed in a newer version.
|
||||
|
||||
Once you’ve done a bit of searching and discovered there isn’t an open or fixed issue for your bug, please [create a new issue](https://github.com/wp-cli/profile/issues/new) with the following:
|
||||
Once you’ve done a bit of searching and discovered there isn’t an open or fixed issue for your bug, please [create a new issue](https://github.com/wp-cli/profile-command/issues/new) with the following:
|
||||
|
||||
1. What you were doing (e.g. "When I run `wp post list`").
|
||||
2. What you saw (e.g. "I see a fatal about a class being undefined.").
|
||||
|
@ -237,7 +237,7 @@ Include as much detail as you can, and clear steps to reproduce if possible.
|
|||
|
||||
### Creating a pull request
|
||||
|
||||
Want to contribute a new feature? Please first [open a new issue](https://github.com/wp-cli/profile/issues/new) to discuss whether the feature is a good fit for the project.
|
||||
Want to contribute a new feature? Please first [open a new issue](https://github.com/wp-cli/profile-command/issues/new) to discuss whether the feature is a good fit for the project.
|
||||
|
||||
Once you've decided to commit the time to seeing your pull request through, please follow our guidelines for creating a pull request to make sure it's a pleasant experience:
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "wp-cli/profile",
|
||||
"name": "wp-cli/profile-command",
|
||||
"description": "Quickly identify what's slow with WordPress.",
|
||||
"type": "wp-cli-package",
|
||||
"homepage": "https://runcommand.io/wp/profile/",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue