You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -144,7 +144,7 @@ WP-CLI Behat framework uses Behat ~2.5, which is installed with Composer.
144
144
**OPTIONS**
145
145
146
146
<dir>
147
-
The package directory to generate tests for.
147
+
Directory path to an existing package to generate tests for.
148
148
149
149
[--ci=<provider>]
150
150
Create a configuration file for a specific CI provider.
@@ -232,7 +232,7 @@ In this example:
232
232
**OPTIONS**
233
233
234
234
<dir>
235
-
Directory of an existing command.
235
+
Directory path to an existing package to generate a readme for.
236
236
237
237
[--force]
238
238
Overwrite the readme if it already exists.
@@ -256,7 +256,7 @@ files include:
256
256
**OPTIONS**
257
257
258
258
<dir>
259
-
The package directory to generate GitHub configuration for.
259
+
Directory path to an existing package to generate GitHub configuration for.
260
260
261
261
[--force]
262
262
Overwrite files that already exist.
@@ -275,7 +275,7 @@ We appreciate you taking the initiative to contribute to this project.
275
275
276
276
Contributing isn’t limited to just code. We encourage you to contribute in the way that best fits your abilities, by writing tutorials, giving a demo at your local meetup, helping other users with their support questions, or revising our documentation.
277
277
278
-
For a more thorough introduction, [check out WP-CLI's guide to contributing](https://make.wordpress.org/cli/handbook/contributing/).
278
+
For a more thorough introduction, [check out WP-CLI's guide to contributing](https://make.wordpress.org/cli/handbook/contributing/). This package follows those policy and guidelines.
279
279
280
280
### Reporting a bug
281
281
@@ -291,5 +291,9 @@ Want to contribute a new feature? Please first [open a new issue](https://github
291
291
292
292
Once you've decided to commit the time to seeing your pull request through, [please follow our guidelines for creating a pull request](https://make.wordpress.org/cli/handbook/pull-requests/) to make sure it's a pleasant experience.
293
293
294
+
## Support
295
+
296
+
Github issues aren't for general support questions, but there are other venues you can try: http://wp-cli.org/#support
297
+
294
298
295
299
*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.*
0 commit comments