33881f2ac45c01b0fe8ac095c34635dd0f872cfc
[openssl-web.git] / community / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <!--#include virtual="/inc/head.shtml" -->
4
5 <body>
6 <!--#include virtual="/inc/banner.shtml" -->
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             We'd also like
21             to <a href="thanks.html">thank</a> several groups for help with
22             the project infrastructure over time.
23             </p>
24
25             <p>
26             We maintain several <a href="mailinglists.html">mailing lists</a>.
27             Anyone can join, but you must be a member of a list to post to it.
28             We have a <a href="https://wiki.openssl.org">public wiki</a>,
29             and anyone can request an account and start adding content.
30             We have a <a href="/blog">team blog</a>, where members of
31             the development team will occasionally post.
32             </p>
33
34             <p>
35             While we only distribute source, some members of the community
36             make <a href="binaries.html">binaries</a> available.
37             </p>
38
39             <h3><a href="#bugs">Reporting Bugs</a></h3>
40
41             <p>We are in the process of changing to do "everything" on
42             GitHub.  Please see our
43             <a
44               href="https://www.openssl.org/blog/blog/2016/10/12/f2f-rt-github/">blog post</a>
45             for some details and background.
46
47             <p>If you think have found a security bug, please see our
48             <a href="/news/vulnerabilities.html">vulnerabilities page</a>
49             for information on how to report it.</p>
50
51             <p>To report a bug or make an enhancement request, please open
52             an issue on GitHub, by clicking "new issue" on this page:
53             <a
54               href="https://github.com/openssl/openssl/issues">https://github.com/openssl/openssl/issues</a>.
55             If you also have code, you do not need to open both an issue and
56             a pull request.</p>
57
58             <p>For more information about the best way to submit patches,
59             please see the file CONTRIBUTING in the distribution.
60             The short answer is 
61             <a
62               href="https://github.com/openssl/openssl/pulls">make a pull request</a>.
63             </p>
64
65             <p>Our backlog of <em>old bugs</em> is maintained with Request
66             Tracker, available at
67             <a href="https://rt.openssl.org">https://rt.openssl.org</a>,
68             with read-only access using <em>guest</em> as the name
69             and password.
70             </p>
71
72           <footer>
73             You are here: <a href="/">Home</a>
74             : <a href=".">Community</a>
75             <br/><a href="/sitemap.txt">Sitemap</a>
76           </footer>
77         </article>
78       </div>
79       <!--#include virtual="sidebar.shtml" -->
80     </div>
81   </div>
82
83 <!--#include virtual="/inc/footer.shtml" -->
84 </body>
85
86 </html>