From 7769df75327a48f2b074ab518f996829fa0d2252 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Mon, 20 Nov 2017 14:12:13 -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 | 20 ++++++++++++++++++++ 2 files changed, 24 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..91ae1657a --- /dev/null +++ b/.github/settings.yml @@ -0,0 +1,20 @@ +# Used by Probot Settings: https://probot.github.io/apps/settings/ +repository: + description: Lists, adds, or removes super admin users on a multisite install. + 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:super-admin-add + color: c5def5 + - name: command:super-admin-list + color: c5def5 + - name: command:super-admin-remove + color: c5def5