|
| 1 | +--- |
| 2 | +layout: doc |
| 3 | +title: Governance |
| 4 | +category: Contributing |
| 5 | +description: Summary of those behind WP-CLI. |
| 6 | +--- |
| 7 | + |
| 8 | +### Who runs things? |
| 9 | + |
| 10 | +[andreascreten](https://github.com/andreascreten), [danielbachhuber](https://github.com/danielbachhuber), and [scribu](https://github.com/scribu) are currently the three people with administrator access to the following properties: |
| 11 | + |
| 12 | +* [wp-cli](https://github.com/wp-cli) github organization |
| 13 | +* [wpcli](https://twitter.com/wpcli) twitter account |
| 14 | +* [wp-cli-commits](https://groups.google.com/forum/?fromgroups#!forum/wp-cli-commits) mailing list |
| 15 | + |
| 16 | +### Who controls the wp-cli.org site? |
| 17 | + |
| 18 | +The domain currently owned by [andreascreten](https://github.com/andreascreten). |
| 19 | + |
| 20 | +The entire site is hosted on Github Pages: |
| 21 | + |
| 22 | +| **URL** | **Repository** | **Branch** | **Updates** |
| 23 | +|:---------------------------------|:------------------------------|:-----------|:------------ |
| 24 | +| http://wp-cli.org/ | [wp-cli/wp-cli.github.com][1] | master | manual |
| 25 | +| http://wp-cli.org/package-index/ | [wp-cli/package-index][2] | gh-pages | cron job hosted on separate server (owned by daniel) |
| 26 | +| http://wp-cli.org/builds/ | [wp-cli/builds][3] | gh-pages | automatically by Travis CI |
| 27 | + |
| 28 | +[1]: http://github.com/wp-cli/wp-cli.github.com |
| 29 | +[2]: http://github.com/wp-cli/package-index |
| 30 | +[3]: http://github.com/wp-cli/builds |
| 31 | + |
| 32 | +### Why are some contributors [members](https://github.com/orgs/wp-cli/people) of the wp-cli organization? |
| 33 | + |
| 34 | +Because they have demonstrated, over a period of time, that they are capable and invested in moving the project forward: |
| 35 | + |
| 36 | +* contributing to the wp-cli codebase |
| 37 | +* promoting wp-cli (speaking at WordCamps, writing blog posts etc.) |
| 38 | +* helping other users and/or contributors |
0 commit comments