[openssl-commits] [web] master update

Rich Salz rsalz at openssl.org
Sat May 5 14:10:58 UTC 2018


The branch master has been updated
       via  8ccfc6a3cc806bef51c2ce3db7f72e26d866678d (commit)
      from  52717d01f543385642f385407e52b1eb35283f21 (commit)


- Log -----------------------------------------------------------------
commit 8ccfc6a3cc806bef51c2ce3db7f72e26d866678d
Author: Rich Salz <rsalz at akamai.com>
Date:   Sat May 5 10:10:44 2018 -0400

    Tweak wording based on F2F

-----------------------------------------------------------------------

Summary of changes:
 community/getting-started.html | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/community/getting-started.html b/community/getting-started.html
index 0bbc175..c7c9626 100644
--- a/community/getting-started.html
+++ b/community/getting-started.html
@@ -14,11 +14,21 @@
             the information on this page, and the links to the side.
             In particular, you should look at the <a
               href="mailinglists.html">Mailing Lists</a> page and join
-            the <em>openssl-dev</em> or <em>openssl-users</em> list, or both.
+            the <em>openssl-project</em> or <em>openssl-users</em> list, or both.
             After that, here are some ideas:</p>
 
             <ul>
 
+              <li><em>Review and comment on the pull requests on GitHub.</em>
+              <br/>
+              You can find pull requests -- patches that people have
+              suggested -- at
+              <a
+                href="https://github.com/openssl/openssl/pulls">https://github.com/openssl/openssl/pulls</a>
+              Reviewing and commenting on these is helpful and can be a good
+              way to learn your way around the code.
+              <p></p></li>
+
               <li><em>Look through the OpenSSL issues on GitHub.</em>
               <br/>
               You can find issues that people have opened at
@@ -31,22 +41,12 @@
               very useful!
               <p></p></li>
 
-              <li><em>Look at the pull requests on GitHub.</em>
-              <br/>
-              You can find pull requests -- patches that people have
-              suggested -- at
-              <a
-                href="https://github.com/openssl/openssl/pulls">https://github.com/openssl/openssl/pulls</a>
-              Reviewing and commenting on these is helpful, like with
-              the issues mentioned above.
-              <p></p></li>
-
               <li><em>Help update the documentation.</em>
               <br/>
               The documentation has gotten better, but there are still many
               API's that are not documented.  Write a POD page, or report
-              bugs in existing pages.  It's probably better to get a whole
-              bunch of minor edits done one once.
+              bugs in existing pages.  It's probably better to do a whole
+              bunch of minor edits in one submission.
               <p></p></li>
 
               <li><em>Write some test cases.</em>


More information about the openssl-commits mailing list