From ba76b51509eba575a6790ea5286e247c175226bc Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Fri, 30 Sep 2016 06:49:10 -0700 Subject: [PATCH] End early access; use common premium support stub --- README.md | 13 ++++++++++--- composer.json | 6 +++--- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b352a47..003d2a3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ runcommand/profile Quickly identify what's slow with WordPress. -[![Buy Now](https://runcommand.io/wp-content/themes/runcommand-theme/bin/shields/buy-now-49-early-access.svg)](https://runcommand.memberful.com/checkout?plan=15360) [![CircleCI](https://circleci.com/gh/runcommand/profile/tree/master.svg?style=svg&circle-token=d916e588bf7c8ac469a3bd01930cf9eed886debe)](https://circleci.com/gh/runcommand/profile/tree/master) +[![Buy Now](https://runcommand.io/wp-content/themes/runcommand-theme/bin/shields/buy-now-129.svg)](https://runcommand.memberful.com/checkout?plan=16079) +[![CircleCI](https://circleci.com/gh/runcommand/profile/tree/master.svg?style=svg&circle-token=d916e588bf7c8ac469a3bd01930cf9eed886debe)](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.* diff --git a/composer.json b/composer.json index 4b180f1..95ea270 100644 --- a/composer.json +++ b/composer.json @@ -15,13 +15,13 @@ "require-dev": { "behat/behat": "~2.5" }, - "extras": { + "extra": { "commands": [ "profile" ], "readme": { "shields": [ - "[![Buy Now](https://runcommand.io/wp-content/themes/runcommand-theme/bin/shields/buy-now-49-early-access.svg)](https://runcommand.memberful.com/checkout?plan=15360)", + "[![Buy Now](https://runcommand.io/wp-content/themes/runcommand-theme/bin/shields/buy-now-129.svg)](https://runcommand.memberful.com/checkout?plan=16079)", "[![CircleCI](https://circleci.com/gh/runcommand/profile/tree/master.svg?style=svg&circle-token=d916e588bf7c8ac469a3bd01930cf9eed886debe)](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" } } }