From b4edd67324f251085e5def4497a40e6fc61843eb Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Mon, 20 Nov 2017 13:53:48 -0800 Subject: [PATCH] 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 | 22 ++++++++++++++++++++++ 2 files changed, 26 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..2c2137e40 --- /dev/null +++ b/.github/settings.yml @@ -0,0 +1,22 @@ +# Used by Probot Settings: https://probot.github.io/apps/settings/ +repository: + description: Manage the wp-config.php file. + 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:config + color: c5def5 + - name: command:config-create + color: c5def5 + - name: command:config-get + color: c5def5 + - name: command:config-path + color: c5def5