Skip to content

Commit 0dfecf2

Browse files
authored
Merge pull request #109 from wp-cli/scaffold-readme-github-11-20
Update scaffolded README and GitHub configuration
2 parents 3ac34d4 + 5321c6a commit 0dfecf2

File tree

3 files changed

+66
-4
lines changed

3 files changed

+66
-4
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: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# Used by Probot Settings: https://probot.github.io/apps/settings/
2+
repository:
3+
description: Manage WordPress core entities.
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:comment
16+
color: c5def5
17+
- name: command:comment-meta
18+
color: c5def5
19+
- name: command:menu
20+
color: c5def5
21+
- name: command:menu-item
22+
color: c5def5
23+
- name: command:menu-location
24+
color: c5def5
25+
- name: command:network-meta
26+
color: c5def5
27+
- name: command:option
28+
color: c5def5
29+
- name: command:option-add
30+
color: c5def5
31+
- name: command:option-delete
32+
color: c5def5
33+
- name: command:option-get
34+
color: c5def5
35+
- name: command:option-list
36+
color: c5def5
37+
- name: command:option-update
38+
color: c5def5
39+
- name: command:post
40+
color: c5def5
41+
- name: command:post-meta
42+
color: c5def5
43+
- name: command:post-term
44+
color: c5def5
45+
- name: command:post-type
46+
color: c5def5
47+
- name: command:site
48+
color: c5def5
49+
- name: command:site-empty
50+
color: c5def5
51+
- name: command:taxonomy
52+
color: c5def5
53+
- name: command:term
54+
color: c5def5
55+
- name: command:term-meta
56+
color: c5def5
57+
- name: command:user
58+
color: c5def5
59+
- name: command:user-meta
60+
color: c5def5
61+
- name: command:user-term
62+
color: c5def5

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,6 @@ wp network meta
180180

181181

182182

183-
184-
185183
### wp option
186184

187185
Retrieves and sets site options, including plugin and WordPress settings.

0 commit comments

Comments
 (0)