ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/contributing.xhtml
Revision: 1.1
Committed: Thu Jan 12 16:14:39 2012 UTC (12 years, 2 months ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Log Message:
Various website updates.

Add links to new Git repositories.
Removed mention of Laroona. That never happened.
Add section on contributing.
Various minor tweaks.

File Contents

# Content
1 <!--#include virtual="/doctype.inc" -->
2 <head>
3 <title>
4 Contributing to i-scream projects
5 </title>
6 <!--#include virtual="/style.inc" -->
7 </head>
8 <body>
9 <div id="container">
10 <div id="main">
11 <!--#include virtual="/header.inc" -->
12 <div id="contents">
13 <h1 class="top">
14 Contributing to i-scream projects
15 </h1>
16 <p>
17 We welcome contributions to our code so that everyone
18 can benefit from your changes. To make life easier we
19 have a few simple suggestions on how to go about doing
20 it. Please submit changes using one of the two methods
21 below.
22 </p>
23 <h3>
24 GitHub Pull Request
25 </h3>
26 <p>
27 If you've got changes for one of our active projects then
28 it'll almost certainly be available on our
29 <a href="http://github.com/i-scream">GitHub</a> page. If
30 you're familiar with Git the best way to send changes is
31 to fork our project on GitHub, commit your changes to your
32 copy, and then initiate a pull request.
33 </p>
34 <p>
35 If you're a Git user but don't want to use GitHub, just
36 use Git to generate a patch and we'll merge it by hand.
37 </p>
38 <h3>
39 Unified Diff
40 </h3>
41 <p>
42 If you don't use Git at all you can send us your patches
43 as a plain text unified diff. We'll merge it by hand.
44 </p>
45 </div>
46 <!--#include virtual="/footer.inc" -->
47 </div>
48 <!--#include virtual="/menu.inc" -->
49 </div>
50 </body>
51 </html>