Skip to content

Commit 983bbb5

Browse files
Port Governance page from the wiki
1 parent a1805a9 commit 983bbb5

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

_includes/doc-list.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ <h3>References</h3>
1313
<h3>Contributing</h3>
1414

1515
<ul>
16+
<li><a href="/docs/governance/"><strong>Governance</strong></a> - Summary of those behind WP-CLI.</li>
1617
<li><a href="/docs/philosophy/"><strong>Philosophy</strong></a> - Guidelines which inform project scope, command organization, and behavior.</li>
1718
</ul>
1819

docs/governance/index.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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

Comments
 (0)