From c5a567e0c6bc50515bdd5cb5bc00943887cc5015 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Mon, 20 Nov 2017 13:59:11 -0800 Subject: [PATCH 1/2] Update scaffolded README and GitHub configuration * Regenerates README.md * Adds `.github/settings.yml` for description and label management. * Updates `.github/PULL_REQUEST_TEMPLATE` --- .github/PULL_REQUEST_TEMPLATE | 6 ++-- .github/settings.yml | 62 +++++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+), 2 deletions(-) create mode 100644 .github/settings.yml diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index 12b980072..66079d9da 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -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). diff --git a/.github/settings.yml b/.github/settings.yml new file mode 100644 index 000000000..d7a8e3543 --- /dev/null +++ b/.github/settings.yml @@ -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 From 5321c6a36f33b50526af695d7d7f22e726953dee Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Mon, 20 Nov 2017 14:05:49 -0800 Subject: [PATCH 2/2] Update scaffolded README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index abf5280ce..5874bf936 100644 --- a/README.md +++ b/README.md @@ -180,8 +180,6 @@ wp network meta - - ### wp option Retrieves and sets site options, including plugin and WordPress settings.