Remove CLA mention; it's in CONTRIBUTING now.
[openssl-web.git] / policies / 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>Policies</h2></header>
13           <div class="entry-content">
14             <p>
15             In this section we try to document as many of our
16             policies and procedures as possible.
17             We do this for two reasons:
18             <ul>
19               <li>
20               First, we want to to make sure everyone knows how the project is
21               run. For example, when we announce a forthcoming fix for a
22               high-severity bug, the
23               <a href="secpolicy.html">Security Policy</a> explains what
24               that means.</li>
25               <li>
26               Second, it helps us be consistent. For example,
27               the <a href="releasestrat.html">Release Strategy</a> defines the
28               plan of record of when, and how long, various releases will be
29               supported.</li>
30             </ul>
31             <p>
32             Put another way, by being as transparent as possible,
33             we hope to reduce the chance that people are surprised by
34             what we do, and we hope to help maintain predictable
35             behavior within the project.
36             </p>
37             <p>
38             The <a href="roadmap.html">Roadmap</a> describes our overall
39             goals and plans for OpenSSL. It is a living document and is
40             expected to change over time. Objectives and dates should be
41             considered aspirational.
42             </p>
43             <p>
44             If you want to contribute code or fixes to the project,
45             please read the <a href="codingstyle.html">Coding Style</a>
46             page. For legal obligations of contributors, see the
47             page on <a href="cla.html">Contributor Agreements</a>.
48             </p>
49             <p>
50             We are pleased to mention that
51             <a href="https://bestpractices.coreinfrastructure.org/projects/54">we follow</a>
52             the
53             <a href="https://bestpractices.coreinfrastructure.org">best practices</a>
54             of the Core Infrastructure Initiative.
55             </p>
56           </div>
57
58           <footer>
59             You are here: <a href="/">Home</a>
60             : <a href="">Policies</a>
61             <br/><a href="/sitemap.txt">Sitemap</a>
62           </footer>
63         </article>
64       </div>
65       <!--#include virtual="sidebar.inc" -->
66     </div>
67   </div>
68
69 <!--#include virtual="/inc/footer.inc" -->
70 </body>
71
72 </html>
73