Skip to content

Commit 9bfae26

Browse files
Update README with new support policy
1 parent a969a91 commit 9bfae26

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Create a distribution .zip or .tar.gz based on a plugin or theme's .distignore f
55

66
[![CircleCI](https://circleci.com/gh/runcommand/dist-archive/tree/master.svg?style=svg)](https://circleci.com/gh/runcommand/dist-archive/tree/master)
77

8-
Quick links: [Using](#using) | [Installing](#installing) | [Contributing](#contributing)
8+
Quick links: [Using](#using) | [Installing](#installing) | [Support](#support)
99

1010
## Using
1111

@@ -54,13 +54,13 @@ Installing this package requires WP-CLI v0.23.0 or greater. Update to the latest
5454

5555
Once you've done so, you can install this package with `wp package install runcommand/dist-archive`.
5656

57-
## Contributing
57+
## Support
5858

59-
We appreciate you taking the initiative to contribute to this project.
59+
This package is free for anyone to use. Support is available to paying [runcommand](https://runcommand.io/) customers.
6060

61-
Think you’ve found a bug? Before you create a new issue, you should [search existing issues](https://github.com/runcommand/dist-archive/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/dist-archive/issues/new) with description of what you were doing, what you saw, and what you expected to see.
61+
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

63-
Want to contribute a new feature? Please first [open a new issue](https://github.com/runcommand/dist-archive/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/).
63+
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

6565
Github issues are meant for tracking bugs and enhancements. For general support, email [[email protected]](mailto:[email protected]).
6666

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,13 @@
2323
"dist-archive"
2424
],
2525
"readme": {
26-
"contributing": {
27-
"body": "https://raw.githubusercontent.com/runcommand/runcommand-theme/master/bin/readme-partials/contributing-open-source.md"
26+
"sections": [
27+
"Using",
28+
"Installing",
29+
"Support"
30+
],
31+
"support": {
32+
"body": "https://raw.githubusercontent.com/runcommand/runcommand-theme/master/bin/readme-partials/support-open-source.md"
2833
}
2934
}
3035
}

0 commit comments

Comments
 (0)