Missed updates to not use RT any more.
authorRich Salz <rsalz@akamai.com>
Fri, 4 Nov 2016 14:17:08 +0000 (10:17 -0400)
committerRich Salz <rsalz@akamai.com>
Fri, 4 Nov 2016 14:19:08 +0000 (10:19 -0400)
community/index.html
docs/faq.txt

index a9fe68f85cb1ab2fbef9a9926c4220d10584db3a..8dfd6b4f221dc1d1d7422c861faeb969c4b4be27 100644 (file)
 
             <h3><a href="#bugs">Reporting Bugs</a></h3>
 
+            <p>We are in the process of changing to do "everything" on
+            GitHub.  Please see our
+            <a
+              href="https://www.openssl.org/blog/blog/2016/10/12/f2f-rt-github/">blog post</a>
+            for some details and background.
+
            <p>If you think have found a security bug, please see our
            <a href="/news/vulnerabilities.html">vulnerabilities page</a>
            for information on how to report it.</p>
 
-           <p>We have set up a request tracker at
-           <a href="https://rt.openssl.org">https://rt.openssl.org</a>,
-           with read-only access using <em>guest</em> as the name
-           and password.
-           Requests can be viewed on-line by using the following URL,
-           replacing <em>NNNN</em> with the request number:
-           https://rt.openssl.org/Ticket/Display.html?user=guest&amp;pass=guest&amp;id=<em>NNNN</em>
-           </p>
-
-           <p>The easiest way to respond to an existing request is to reply
-           to the relevant message in <em>openssl-dev@openssl.org</em>.
-           To help avoid duplicate copies, edit the recipient list so that
-           only <em>rt@openssl.org</em> is listed and remove any quoted
-           material.
-           </p>
-
-           <p>To report a bug or make an enhancement request, send email
+           <p>To report a bug or make an enhancement request, please open
+            an issue on GitHub, by clicking "new issue" on this page:
+            <a
+              href="https://github.com/openssl/openssl/issues">https://github.com/openssl/openssl/issues</a>.
            to <a href="mailto:rt@openssl.org">rt@openssl.org</a>.
            In the subject line, please make sure to indicate if it's a
            bug or a fix, and a brief description of the issue.  In the
 
             <p>For more information about the best way to submit patches,
             please see the file CONTRIBUTING in the distribution.
-           In short, making a
-           <a href="https://github.com/openssl/openssl">GitHub</a>,
-            pull request is preferred.</p>
+            The short answer is 
+            <a
+              href="https://github.com/openssl/openssl/pulls">make a pull request</a>.
+            </p>
+
+            <p>Our backlog of <em>old bugs</em> is maintained with Request
+            Tracker, available at
+           <a href="https://rt.openssl.org">https://rt.openssl.org</a>,
+           with read-only access using <em>guest</em> as the name
+           and password.
+           </p>
 
          <footer>
            You are here: <a href="/">Home</a>
index 0af0e9c68bc1d7b2cabf56117fc8f79d651f1253..6caa5e36049284329693dc3835c2a39767f59227 100644 (file)
@@ -754,30 +754,7 @@ LOT of false positives.
 
 * I'm SURE I've found a bug, how do I report it?
 
-To avoid duplicated reports check the mailing lists and release notes for the
-relevant version of OpenSSL to see if the problem has been reported already.
-
-Bug reports with no security implications should be sent to the request
-tracker. This can be done by mailing the report to <rt@openssl.org> (or its
-alias <openssl-bugs@openssl.org>), please note that messages sent to the
-request tracker also appear in the public openssl-dev mailing list.
-
-The report should be in plain text. Any patches should be sent as
-plain text attachments because some mailers corrupt patches sent inline.
-If your issue affects multiple versions of OpenSSL check any patches apply
-cleanly and, if possible include patches to each affected version.
-
-The report should be given a meaningful subject line briefly summarising the
-issue. Just "bug in OpenSSL" or "bug in OpenSSL 0.9.8n" is not very helpful.
-
-By sending reports to the request tracker the bug can then be given a priority
-and assigned to the appropriate maintainer. The history of discussions can be
-accessed and if the issue has been addressed or a reason why not. If patches
-are only sent to openssl-dev they can be mislaid if a team member has to
-wade through months of old messages to review the discussion.
-
-See also <URL: https://www.openssl.org/community>
-
+Please see <URL: https://www.openssl.org/community>
 
 * I've found a security issue, how do I report it?