forked from mozilla/process-releases
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
80 lines (66 loc) · 2.86 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>Mozilla Release Processes</title>
<style type="text/css" > @import url("./style/main.css"); </style>
</head>
<body>
<a href="http://github.com/mozilla/process-releases"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
<div id="container">
<div class="download">
<a href="http://github.com/mozilla/process-releases/zipball/master">
<img border="0" width="90" src="http://github.com/images/modules/download/zip.png"></a>
<a href="http://github.com/mozilla/process-releases/tarball/master">
<img border="0" width="90" src="http://github.com/images/modules/download/tar.png"></a>
</div>
<h1>Mozilla Release Processes</h1>
<div class="description">
Process documentation for software release mechanics
</div>
<h2>Documents</h2>
<ul>
<li><a href="draft/development_overview/">Development process overview</a> <sup>[DRAFT]</sup></li>
<li><a href="draft/development_specifics/">Development process specifics</a> <sup>[DRAFT]</sup></li>
</ul>
<br />
<h2>Why GitHub</h2>
<p>
There are a lot of moving parts of the Mozilla release process. Any
attempt to change them immediately brings a lot of feedback and
discussion. Rather than using a wiki or having a static webpage, we have decided
to stick the process documentation into source control.
<!-- wikis in themselves are quite good SCMs for docs -->
</p>
<p>Some benefits of version control:
<ul>
<li>Change history</li>
<li>Easy to see contributors and their contributions</li>
<li>Easy diffing between versions</li>
<li>RSS feeds and AMQP notifications</li>
<li>Offline viewing</li>
</ul>
<p>
<em>Please give us feedback in the form of pull requests!</em>
<!-- Here we should add IRC channel, to fix - https://github.com/mozilla/process-releases/issues#issue/7 -->
</p>
<br />
<h2>Download</h2>
<p>
You can download this project in either
<a href="http://github.com/mozilla/process-releases/zipball/master">zip</a> or
<a href="http://github.com/mozilla/process-releases/tarball/master">tar</a> formats.
</p>
<p>You can also clone the project with <a href="http://git-scm.com">Git</a>
by running:
<pre>$ git clone git://github.com/mozilla/process-releases</pre>
</p>
<p>If you are using Mercurial you likely want to install the <a href="http://hg-git.github.com/">Hg-Git plugin</a>.
</p>
<div class="footer">
get the source code on GitHub : <a href="http://github.com/mozilla/process-releases">mozilla/process-releases</a>
</div>
<br />
</div>
</body>
</html>