Skip to content

Commit d6ed1d2

Browse files
authored
Merge pull request #93 from wp-cli/scaffold-readme-github-11-20
Update scaffolded README and GitHub configuration
2 parents b4a4088 + c204f01 commit d6ed1d2

File tree

3 files changed

+35
-3
lines changed

3 files changed

+35
-3
lines changed

.github/PULL_REQUEST_TEMPLATE

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
Thanks for submitting a pull request!
44

5+
Please review our contributing guidelines if you haven't recently: https://make.wordpress.org/cli/handbook/contributing/#creating-a-pull-request
6+
57
Here's an overview to our process:
68

7-
1. One of the project committers will soon provide a code review.
8-
2. You are expected to address the code review comments in a timely manner.
9+
1. One of the project committers will soon provide a code review: https://make.wordpress.org/cli/handbook/code-review/
10+
2. You are expected to address the code review comments in a timely manner (if we don't hear from you in two weeks, we'll consider your pull request abandoned).
911
3. Please make sure to include functional tests for your changes.
1012
4. The reviewing committer will merge your pull request as soon as it passes code review (and provided it fits within the scope of the project).
1113

.github/settings.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Used by Probot Settings: https://probot.github.io/apps/settings/
2+
repository:
3+
description: Generate code for post types, taxonomies, plugins, child themes, etc.
4+
labels:
5+
- name: scope:documentation
6+
color: 0e8a16
7+
- name: scope:testing
8+
color: 5319e7
9+
- name: good-first-issue
10+
color: eb6420
11+
- name: state:unconfirmed
12+
color: bfe5bf
13+
- name: state:unsupported
14+
color: bfe5bf
15+
- name: command:scaffold
16+
color: c5def5
17+
- name: command:scaffold-_s
18+
color: c5def5
19+
- name: command:scaffold-child-theme
20+
color: c5def5
21+
- name: command:scaffold-plugin
22+
color: c5def5
23+
- name: command:scaffold-plugin-tests
24+
color: c5def5
25+
- name: command:scaffold-post-type
26+
color: c5def5
27+
- name: command:scaffold-taxonomy
28+
color: c5def5
29+
- name: command:scaffold-theme-tests
30+
color: c5def5

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ Once you've decided to commit the time to seeing your pull request through, [ple
428428

429429
## Support
430430

431-
Github issues aren't for general support questions, but there are other venues you can try: https://wp-cli.org/#support
431+
Github issues aren't for general support questions, but there are other venues you can try: http://wp-cli.org/#support
432432

433433

434434
*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

Comments
 (0)