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