Skip to content

Commit

Permalink
Merge pull request #35 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 20, 2017
2 parents 6ff7c60 + b4edd67 commit 075b04a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 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
22 changes: 22 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 075b04a

Please sign in to comment.