Skip to content

Commit 892531e

Browse files
Merge pull request #13 from runcommand/add-open-badge
Add runcommand open source badge to README
2 parents 3df2ff1 + 6d63b83 commit 892531e

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ runcommand/dist-archive
33

44
Create a distribution .zip or .tar.gz based on a plugin or theme's .distignore file.
55

6-
[![CircleCI](https://circleci.com/gh/runcommand/dist-archive/tree/master.svg?style=svg)](https://circleci.com/gh/runcommand/dist-archive/tree/master)
6+
[![runcommand open source](https://runcommand.io/wp-content/themes/runcommand-theme/bin/shields/runcommand-open-source.svg)](https://runcommand.io/pricing/) [![CircleCI](https://circleci.com/gh/runcommand/dist-archive/tree/master.svg?style=svg)](https://circleci.com/gh/runcommand/dist-archive/tree/master)
77

88
Quick links: [Using](#using) | [Installing](#installing) | [Support](#support)
99

@@ -56,12 +56,12 @@ Once you've done so, you can install this package with `wp package install runco
5656

5757
## Support
5858

59-
This package is free for anyone to use. Support is available to paying [runcommand](https://runcommand.io/) customers.
59+
This WP-CLI package is free for anyone to use. Support, including usage questions and feature requests, is available to [paying runcommand customers](https://runcommand.io/pricing/).
6060

6161
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.
6262

6363
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/).
6464

65-
Github issues are meant for tracking bugs and enhancements. For general support, email [[email protected]](mailto:[email protected]).
65+
runcommand customers can also email [[email protected]](mailto:[email protected]) for private support.
6666

6767

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,15 @@
1919
"require-dev": {
2020
"behat/behat": "~2.5"
2121
},
22-
"extras": {
22+
"extra": {
2323
"commands": [
2424
"dist-archive"
2525
],
2626
"readme": {
27+
"shields": [
28+
"[![runcommand open source](https://runcommand.io/wp-content/themes/runcommand-theme/bin/shields/runcommand-open-source.svg)](https://runcommand.io/pricing/)",
29+
"[![CircleCI](https://circleci.com/gh/runcommand/dist-archive/tree/master.svg?style=svg)](https://circleci.com/gh/runcommand/dist-archive/tree/master)"
30+
],
2731
"sections": [
2832
"Using",
2933
"Installing",

0 commit comments

Comments
 (0)