Skip to content

Commit

Permalink
Update scaffolded README and GitHub configuration
Browse files Browse the repository at this point in the history
* Regenerates README.md
* Adds `.github/settings.yml` for description and label management.
* Updates `.github/PULL_REQUEST_TEMPLATE`
  • Loading branch information
danielbachhuber committed Nov 20, 2017
1 parent 5019f6e commit 60cdf0b
Show file tree
Hide file tree
Showing 2 changed files with 46 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
42 changes: 42 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Used by Probot Settings: https://probot.github.io/apps/settings/
repository:
description: Perform basic database operations using credentials stored in wp-config.php.
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:db-create
color: c5def5
- name: command:db-drop
color: c5def5
- name: command:db-reset
color: c5def5
- name: command:db-check
color: c5def5
- name: command:db-optimize
color: c5def5
- name: command:db-prefix
color: c5def5
- name: command:db-repair
color: c5def5
- name: command:db-cli
color: c5def5
- name: command:db-query
color: c5def5
- name: command:db-export
color: c5def5
- name: command:db-import
color: c5def5
- name: command:db-search
color: c5def5
- name: command:db-tables
color: c5def5
- name: command:db-size
color: c5def5

0 comments on commit 60cdf0b

Please sign in to comment.