[Python-checkins] devinabox: Issue #18388: Link to the contributor agreement.

brett.cannon python-checkins at python.org
Fri Jul 12 17:08:25 CEST 2013


http://hg.python.org/devinabox/rev/28294583a9c9
changeset:   52:28294583a9c9
user:        Brett Cannon <brett at python.org>
date:        Fri Jul 12 11:08:19 2013 -0400
summary:
  Issue #18388: Link to the contributor agreement.

files:
  index.html |  5 +----
  1 files changed, 1 insertions(+), 4 deletions(-)


diff --git a/index.html b/index.html
--- a/index.html
+++ b/index.html
@@ -16,16 +16,13 @@
     a {
         font-size: x-large;
     }
-
-    .note {
-        font-size: small;
-    }
 </style>
 
 <h1>Documentation</h1>
 <ul>
     <li><a href="devguide/_build/html/index.html">Devguide</a>
         (read first)
+    <li><a href="http://python.org/psf/contrib/contrib-form/">Python Contributor Agreement Form</a> (cannot commit your contributions until you sign this)
     <li><a href="cpython/Doc/build/html/index.html">Python documentation</a>
     <li><a href="coverage_report/index.html">Test coverage report</a>
         (in regards to

-- 
Repository URL: http://hg.python.org/devinabox


More information about the Python-checkins mailing list