]> i-scream Git - www.i-scream.org.git/blobdiff - www/contributing.xhtml
Various website updates.
[www.i-scream.org.git] / www / contributing.xhtml
diff --git a/www/contributing.xhtml b/www/contributing.xhtml
new file mode 100644 (file)
index 0000000..672bd11
--- /dev/null
@@ -0,0 +1,51 @@
+<!--#include virtual="/doctype.inc" -->
+  <head>
+    <title>
+      Contributing to i-scream projects
+    </title>
+<!--#include virtual="/style.inc" -->
+  </head>
+  <body>
+    <div id="container">
+      <div id="main">
+<!--#include virtual="/header.inc" -->
+        <div id="contents">
+          <h1 class="top">
+            Contributing to i-scream projects
+          </h1>
+          <p>
+            We welcome contributions to our code so that everyone
+            can benefit from your changes. To make life easier we
+            have a few simple suggestions on how to go about doing
+            it. Please submit changes using one of the two methods
+            below.
+          </p>
+          <h3>
+            GitHub Pull Request
+          </h3>
+          <p>
+            If you've got changes for one of our active projects then
+            it'll almost certainly be available on our
+            <a href="http://github.com/i-scream">GitHub</a> page. If
+            you're familiar with Git the best way to send changes is
+            to fork our project on GitHub, commit your changes to your
+            copy, and then initiate a pull request.
+          </p>
+          <p>
+            If you're a Git user but don't want to use GitHub, just
+            use Git to generate a patch and we'll merge it by hand.
+          </p>
+          <h3>
+            Unified Diff
+          </h3>
+          <p>
+            If you don't use Git at all you can send us your patches
+            as a plain text unified diff. We'll merge it by hand.
+          </p>
+        </div>
+<!--#include virtual="/footer.inc" -->
+      </div>
+<!--#include virtual="/menu.inc" -->
+    </div>
+  </body>
+</html>