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
@@ -275,30 +275,21 @@ 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/).
279
+
278
280
### Reporting a bug
279
281
280
282
Think you’ve found a bug? We’d love for you to help us get it fixed.
281
283
282
284
Before you create a new issue, you should [search existing issues](https://github.com/wp-cli/scaffold-package-command/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.
283
285
284
-
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/wp-cli/scaffold-package-command/issues/new) with the following:
285
-
286
-
1. What you were doing (e.g. "When I run `wp post list`").
287
-
2. What you saw (e.g. "I see a fatal about a class being undefined.").
288
-
3. What you expected to see (e.g. "I expected to see the list of posts.")
289
-
290
-
Include as much detail as you can, and clear steps to reproduce if possible.
286
+
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/wp-cli/scaffold-package-command/issues/new). Include as much detail as you can, and clear steps to reproduce if possible. For more guidance, [review our bug report documentation](https://make.wordpress.org/cli/handbook/bug-reports/).
291
287
292
288
### Creating a pull request
293
289
294
290
Want to contribute a new feature? Please first [open a new issue](https://github.com/wp-cli/scaffold-package-command/issues/new) to discuss whether the feature is a good fit for the project.
295
291
296
-
Once you've decided to commit the time to seeing your pull request through, please follow our guidelines for creating a pull request to make sure it's a pleasant experience:
297
-
298
-
1. Create a feature branch for each contribution.
299
-
2. Submit your pull request early for feedback.
300
-
3. Include functional tests with your changes. [Read the WP-CLI documentation](https://wp-cli.org/docs/pull-requests/#functional-tests) for an introduction.
301
-
4. Follow the [WordPress Coding Standards](http://make.wordpress.org/core/handbook/coding-standards/).
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.
302
293
303
294
304
295
*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.*
Copy file name to clipboardExpand all lines: templates/readme-contributing.mustache
+4-13Lines changed: 4 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -2,27 +2,18 @@ We appreciate you taking the initiative to contribute to this project.
2
2
3
3
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.
4
4
5
+
For a more thorough introduction, [check out WP-CLI's guide to contributing](https://make.wordpress.org/cli/handbook/contributing/).
6
+
5
7
### Reporting a bug
6
8
7
9
Think you’ve found a bug? We’d love for you to help us get it fixed.
8
10
9
11
Before you create a new issue, you should [search existing issues](https://github.com/{{package_name}}/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.
10
12
11
-
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/{{package_name}}/issues/new) with the following:
12
-
13
-
1. What you were doing (e.g. "When I run `wp post list`").
14
-
2. What you saw (e.g. "I see a fatal about a class being undefined.").
15
-
3. What you expected to see (e.g. "I expected to see the list of posts.")
16
-
17
-
Include as much detail as you can, and clear steps to reproduce if possible.
13
+
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/{{package_name}}/issues/new). Include as much detail as you can, and clear steps to reproduce if possible. For more guidance, [review our bug report documentation](https://make.wordpress.org/cli/handbook/bug-reports/).
18
14
19
15
### Creating a pull request
20
16
21
17
Want to contribute a new feature? Please first [open a new issue](https://github.com/{{package_name}}/issues/new) to discuss whether the feature is a good fit for the project.
22
18
23
-
Once you've decided to commit the time to seeing your pull request through, please follow our guidelines for creating a pull request to make sure it's a pleasant experience:
24
-
25
-
1. Create a feature branch for each contribution.
26
-
2. Submit your pull request early for feedback.
27
-
3. Include functional tests with your changes. [Read the WP-CLI documentation](https://wp-cli.org/docs/pull-requests/#functional-tests) for an introduction.
28
-
4. Follow the [WordPress Coding Standards](http://make.wordpress.org/core/handbook/coding-standards/).
19
+
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.
0 commit comments