|
3 | 3 | <head> |
4 | 4 | <title>OPEN Open Source</title> |
5 | 5 | <link href='http://fonts.googleapis.com/css?family=Ubuntu:300,500' rel='stylesheet' type='text/css'> |
6 | | - <style> |
7 | | - |
8 | | -body { |
9 | | - font-family: 'Ubuntu', sans-serif; |
10 | | - background: #f0f0f8; |
11 | | - color: #404050; |
12 | | -} |
13 | | - |
14 | | -h1, h2, h3, p { |
15 | | - max-width: 700px; |
16 | | - margin: 0 auto; |
17 | | -} |
18 | | - |
19 | | -h1 { |
20 | | - font-weight: 300; |
21 | | - letter-spacing: 0.2em; |
22 | | - text-align: center; |
23 | | - max-width: 700px; |
24 | | - margin: 2em auto; |
25 | | - padding-bottom: 0.4em; |
26 | | - border-bottom: solid 1px #333; |
27 | | -} |
28 | | - |
29 | | - </style> |
| 6 | + <link href='style.css' rel='stylesheet' type='text/css'> |
30 | 7 | </head> |
31 | 8 | <body> |
32 | | - |
33 | | -<h1 id="open-open-source">OPEN Open Source</h1> |
34 | | -<h2 id="work-in-progress">work in progress</h2> |
| 9 | +<a href="https://github.com/openopensource/openopensource.github.io"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"></a> |
| 10 | +<h1 id="this-is-an-open-open-source-project-http-openopensource-org-">This is an <a href="http://openopensource.org/">OPEN Open Source Project</a></h1> |
| 11 | +<hr> |
| 12 | +<h2 id="what-">What?</h2> |
| 13 | +<p>Individuals making significant and valuable contributions are given |
| 14 | +commit-access to the project to contribute as they see fit. This project |
| 15 | +is more like an open wiki than a standard guarded open source project.</p> |
| 16 | +<h2 id="rules">Rules</h2> |
| 17 | +<p>There are a few basic ground-rules for contributors:</p> |
| 18 | +<ol> |
| 19 | +<li><strong>No <code>--force</code> pushes</strong> or modifying the Git history in any way.</li> |
| 20 | +<li><strong>Non-master branches</strong> ought to be used for ongoing work.</li> |
| 21 | +<li><strong>External API changes and significant modifications</strong> ought to be subject to an <strong>internal pull-request</strong> to solicit feedback from other contributors.</li> |
| 22 | +<li>Internal pull-requests to solicit feedback are <em>encouraged</em> for any other non-trivial contribution but left to the discretion of the contributor.</li> |
| 23 | +<li>Contributors should attempt to adhere to the prevailing code-style.</li> |
| 24 | +</ol> |
| 25 | +<h2 id="releases">Releases</h2> |
| 26 | +<p>Declaring formal releases remains the prerogative of the project maintainer.</p> |
| 27 | +<h2 id="changes-to-this-arrangement">Changes to this arrangement</h2> |
| 28 | +<p>This is an experiment and feedback is welcome! This document may also be |
| 29 | +subject to pull-requests or changes by contributors where you believe |
| 30 | +you have something valuable to add or change.</p> |
| 31 | +<p>Get a copy of this manifesto as <a href="https://raw.githubusercontent.com/openopensource/openopensource.github.io/master/Readme.md">markdown</a> and use it in your own projects.</p> |
35 | 32 |
|
36 | 33 | </body> |
37 | 34 | </html> |
0 commit comments