Skip to content

Commit 966264f

Browse files
Stub out a website wish list
1 parent 93de9b6 commit 966264f

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

_includes/doc-list.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@ <h3 id="misc">Misc</h3>
3636

3737
<ul>
3838
<li><a href="/docs/plugin-unit-tests/"><strong>Plugin unit tests</strong></a> - How to set up and run PHPUnit tests for a WordPress plugin.</li>
39+
<li><a href="/docs/wish-list/"><strong>Website and Package Index wish list</strong></a> - A list of ideas and potential improvements for wp-cli.org</li>
3940
</ul>
4041

docs/wish-list/index.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
layout: doc
3+
title: Website and Package Index wish list
4+
description: A list of ideas and potential improvements for wp-cli.org
5+
category: Misc
6+
---
7+
8+
An ongoing list of ideas and potential improvements for wp-cli.org.
9+
10+
### Website
11+
12+
* Redesign!
13+
* Produce command pages for the packages listed in the package index.
14+
* Publish a set of suggested best practices for package maintainers to follow.
15+
16+
### Package Index
17+
18+
* Display download / installation counts for each package.
19+
* Display number of Github stars for each package.
20+
* Highlight packages in the index that are regularly updated, have multiple maintainers, or reflect some other quality we hold to be important.
21+
* Run test suite for each package on a weekly basis ([from #3197](https://github.com/wp-cli/wp-cli/issues/3197#issuecomment-238946219)).

0 commit comments

Comments
 (0)