Skip to content

Commit

Permalink
Merge pull request #109 from wp-cli/scaffold-readme-github-11-20
Browse files Browse the repository at this point in the history
Update scaffolded README and GitHub configuration
  • Loading branch information
gitlost authored Nov 21, 2017
2 parents 3ac34d4 + 5321c6a commit 0dfecf2
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

Thanks for submitting a pull request!

Please review our contributing guidelines if you haven't recently: https://make.wordpress.org/cli/handbook/contributing/#creating-a-pull-request

Here's an overview to our process:

1. One of the project committers will soon provide a code review.
2. You are expected to address the code review comments in a timely manner.
1. One of the project committers will soon provide a code review: https://make.wordpress.org/cli/handbook/code-review/
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).
3. Please make sure to include functional tests for your changes.
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).

Expand Down
62 changes: 62 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Used by Probot Settings: https://probot.github.io/apps/settings/
repository:
description: Manage WordPress core entities.
labels:
- name: scope:documentation
color: 0e8a16
- name: scope:testing
color: 5319e7
- name: good-first-issue
color: eb6420
- name: state:unconfirmed
color: bfe5bf
- name: state:unsupported
color: bfe5bf
- name: command:comment
color: c5def5
- name: command:comment-meta
color: c5def5
- name: command:menu
color: c5def5
- name: command:menu-item
color: c5def5
- name: command:menu-location
color: c5def5
- name: command:network-meta
color: c5def5
- name: command:option
color: c5def5
- name: command:option-add
color: c5def5
- name: command:option-delete
color: c5def5
- name: command:option-get
color: c5def5
- name: command:option-list
color: c5def5
- name: command:option-update
color: c5def5
- name: command:post
color: c5def5
- name: command:post-meta
color: c5def5
- name: command:post-term
color: c5def5
- name: command:post-type
color: c5def5
- name: command:site
color: c5def5
- name: command:site-empty
color: c5def5
- name: command:taxonomy
color: c5def5
- name: command:term
color: c5def5
- name: command:term-meta
color: c5def5
- name: command:user
color: c5def5
- name: command:user-meta
color: c5def5
- name: command:user-term
color: c5def5
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@ wp network meta





### wp option

Retrieves and sets site options, including plugin and WordPress settings.
Expand Down

0 comments on commit 0dfecf2

Please sign in to comment.