Merge branch 'master' of git.openssl.org:openssl-web
[openssl-web.git] / community / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <!--#include virtual="/inc/head.inc" -->
4
5 <body>
6 <!--#include virtual="/inc/banner.inc" -->
7
8   <div id="main">
9     <div id="content">
10       <div class="blog-index">
11         <article>
12           <header><h2>Community<h2></header>
13           <div class="entry-content">
14             <p>
15             OpenSSL is a a collaborative effort of a worldwide community of
16             volunteers that has a <a href="conduct.html">code of conduct</a>.
17             </p>
18             <p>Here are some of the ways you can join the
19             community and contribute.
20             The list of <a href="team.html">development team members</a> is
21             available, as is a description of how to
22             <a href="contacts.html">contact us</a> off-line. We'd also like
23             to <a href="thanks.html">thank</a> several groups for help with
24             the project infrastructure over time.
25             </p>
26
27             <p>
28             We maintain several <a href="mailinglists.html">mailing lists</a>.
29             Anyone can join, but you must be a member of a list to post to it.
30             We have a <a href="https://wiki.openssl.org">public wiki</a>,
31             and anyone can request an account and start adding content.
32             We have a <a href="/blog">team blog</a>, where members of
33             the development team will occasionally post.
34             </p>
35
36             <p>
37             While we only distribute source, some members of the community
38             make <a href="binaries.html">binaries</a> available.
39             </p>
40
41             <h3><a href="#bugs">Reporting Bugs</a></h3>
42
43             <p>If you think have found a security bug, please see our
44             <a href="/news/vulnerabilities.html">vulnerabilities page</a>
45             for information on how to report it.</p>
46
47             <p>We have set up a request tracker at
48             <a href="https://rt.openssl.org">https://rt.openssl.org</a>,
49             with read-only access using <em>guest</em> as the name
50             and password.
51             Requests can be viewed on-line by using the following URL,
52             replacing <em>NNNN</em> with the request number:
53             https://rt.openssl.org/Ticket/Display.html?user=guest&amp;pass=guest&amp;id=<em>NNNN</em>
54             </p>
55
56             <p>To report a bug or make an enhancement request, send email
57             to <a href="mailto:rt@openssl.org">rt@openssl.org</a>.
58             In the subject line, please make sure to indicate if it's a
59             bug or a fix, and a brief description of the issue.  In the
60             body of your mail, please include the versions of the operating
61             system and OpenSSL you are using.  If you have a patch or diff,
62             please send it as an attachment, and not inline in
63             the message body.</p>
64
65             <p>The easiest way to respond to an existing request is to reply
66             to the relevant message in <em>openssl-dev@openssl.org</em>.
67             To help avoid duplicate copies, edit the recipient list so that
68             only <em>rt@openssl.org</em> is listed and remove any quoted
69             material.
70             </p>
71
72             <p>You can also create a pull request in
73             <a href="https://github.com/openssl/openssl">GitHub</a>,
74             but if you do that, please also use RT and refer to the
75             request number.  That way we are less likely to lose track
76             of things.</p>
77
78           <footer>
79             You are here: <a href="/">Home</a>
80             : <a href=".">Community</a>
81             <br/><a href="/sitemap.txt">Sitemap</a>
82           </footer>
83         </article>
84       </div>
85       <!--#include virtual="sidebar.inc" -->
86     </div>
87   </div>
88
89 <!--#include virtual="/inc/footer.inc" -->
90 </body>
91
92 </html>