Skip to content

Commit 6d59c8c

Browse files
Merge pull request #12 from runcommand/update-readme-support
Update README with new support policy
2 parents a969a91 + 812e264 commit 6d59c8c

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

README.md

Lines changed: 5 additions & 6 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,15 +54,14 @@ 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

6767

68-
*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.*

composer.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,15 @@
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"
28-
}
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"
33+
},
34+
"show_powered_by": false
2935
}
3036
}
3137
}

0 commit comments

Comments
 (0)