Browse code

Update CONTRIBUTING to reflect new PR-docs process.

Docker-DCO-1.1-Signed-off-by: Erik Hollensbe <github@hollensbe.org> (github: erikh)

Erik Hollensbe authored on 2014/11/12 19:31:49
Showing 1 changed files
... ...
@@ -23,10 +23,11 @@ reports to [security@docker.com](mailto:security@docker.com) instead.
23 23
 When considering a design proposal, we are looking for:
24 24
 
25 25
 * A description of the problem this design proposal solves
26
-* An issue -- not a pull request -- that describes what you will take action on
26
+* A pull request, not an issue, that modifies the documentation describing
27
+  the feature you are proposing, adding new documentation if necessary.
27 28
   * Please prefix your issue with `Proposal:` in the title
28
-* Please review [the existing Proposals](https://github.com/docker/docker/issues?direction=asc&labels=Proposal&page=1&sort=created&state=open)
29
-  before reporting a new issue. You can always pair with someone if you both
29
+* Please review [the existing Proposals](https://github.com/docker/docker/pulls?q=is%3Aopen+is%3Apr+label%3AProposal)
30
+  before reporting a new one. You can always pair with someone if you both
30 31
   have the same idea.
31 32
 
32 33
 When considering a cleanup task, we are looking for: