mirror of
https://hk.gh-proxy.com/https://github.com/wp-cli/profile-command.git
synced 2025-08-21 06:38:51 +08:00
Merge pull request #80 from runcommand/end-early-access
End early access; use common premium support stub
This commit is contained in:
commit
2108258a98
2 changed files with 13 additions and 6 deletions
13
README.md
13
README.md
|
@ -3,7 +3,8 @@ runcommand/profile
|
|||
|
||||
Quickly identify what's slow with WordPress.
|
||||
|
||||
[](https://runcommand.memberful.com/checkout?plan=15360) [](https://circleci.com/gh/runcommand/profile/tree/master)
|
||||
[](https://runcommand.memberful.com/checkout?plan=16079)
|
||||
[](https://circleci.com/gh/runcommand/profile/tree/master)
|
||||
|
||||
Quick links: [Overview](#overview) | [Using](#using) | [Installing](#installing) | [Support](#support)
|
||||
|
||||
|
@ -140,9 +141,15 @@ require:
|
|||
|
||||
## Support
|
||||
|
||||
Support (bug reports, feature requests, and general usage questions) is available to those with an active runcommand subscription.
|
||||
Support is available to paying [runcommand](https://runcommand.io/) customers.
|
||||
|
||||
Send an email to [support@runcommand.io](mailto:support@runcommand.io).
|
||||
Have access to [Sparks](https://github.com/runcommand/sparks/), the runcommand issue tracker? Feel free to [open a new issue](https://github.com/runcommand/sparks/issues/new).
|
||||
|
||||
Think you’ve found a bug? Before you create a new issue, you should [search existing issues](https://github.com/runcommand/sparks/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/runcommand/sparks/issues/new) with description of what you were doing, what you saw, and what you expected to see.
|
||||
|
||||
Want to contribute a new feature? Please first [open a new issue](https://github.com/runcommand/sparks/issues/new) to discuss whether the feature is a good fit for the project. Once you've decided to work on a pull request, please include [functional tests](https://wp-cli.org/docs/pull-requests/#functional-tests) and follow the [WordPress Coding Standards](http://make.wordpress.org/core/handbook/coding-standards/).
|
||||
|
||||
Don't have access to Sparks? You can also email [support@runcommand.io](mailto:support@runcommand.io) with general questions, bug reports, and feature suggestions.
|
||||
|
||||
|
||||
*This README.md is generated dynamically from the project's codebase using `wp scaffold package-readme` ([doc](https://github.com/wp-cli/scaffold-package-command#wp-scaffold-package-readme)). To suggest changes, please submit a pull request against the corresponding part of the codebase.*
|
||||
|
|
|
@ -15,13 +15,13 @@
|
|||
"require-dev": {
|
||||
"behat/behat": "~2.5"
|
||||
},
|
||||
"extras": {
|
||||
"extra": {
|
||||
"commands": [
|
||||
"profile"
|
||||
],
|
||||
"readme": {
|
||||
"shields": [
|
||||
"[](https://runcommand.memberful.com/checkout?plan=15360)",
|
||||
"[](https://runcommand.memberful.com/checkout?plan=16079)",
|
||||
"[](https://circleci.com/gh/runcommand/profile/tree/master)"
|
||||
],
|
||||
"sections": [
|
||||
|
@ -37,7 +37,7 @@
|
|||
"body": "bin/readme/installing-body.md"
|
||||
},
|
||||
"support": {
|
||||
"body": "bin/readme/support-body.md"
|
||||
"body": "https://raw.githubusercontent.com/runcommand/runcommand-theme/master/bin/readme-partials/support-premium.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue