summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorErik Hollensbe <github@hollensbe.org>2014-11-12 02:31:49 -0800
committerErik Hollensbe <github@hollensbe.org>2014-11-12 16:01:25 -0800
commit460036cdefb3e452fd5e8d77724d0df55be31da5 (patch)
tree3c5f9fe24ae9b4202d965cef00cca96127b8b5d5 /CONTRIBUTING.md
parentf10fefe408d2b6b40191d802c5244ea6379954f9 (diff)
downloaddocker-460036cdefb3e452fd5e8d77724d0df55be31da5.tar.gz
Update CONTRIBUTING to reflect new PR-docs process.
Docker-DCO-1.1-Signed-off-by: Erik Hollensbe <github@hollensbe.org> (github: erikh)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b6a05de26a..de6434c221 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -23,10 +23,11 @@ reports to [security@docker.com](mailto:security@docker.com) instead.
When considering a design proposal, we are looking for:
* A description of the problem this design proposal solves
-* An issue -- not a pull request -- that describes what you will take action on
+* A pull request, not an issue, that modifies the documentation describing
+ the feature you are proposing, adding new documentation if necessary.
* Please prefix your issue with `Proposal:` in the title
-* Please review [the existing Proposals](https://github.com/docker/docker/issues?direction=asc&labels=Proposal&page=1&sort=created&state=open)
- before reporting a new issue. You can always pair with someone if you both
+* Please review [the existing Proposals](https://github.com/docker/docker/pulls?q=is%3Aopen+is%3Apr+label%3AProposal)
+ before reporting a new one. You can always pair with someone if you both
have the same idea.
When considering a cleanup task, we are looking for: