mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
788cd7163b
* Makes all the pages (except "See it") W3C Valid * Adjusts a few texts here and there a little bit * Makes the menubar span the whole div and display correct on FF/Linux * Moves "GitX" in the header a few px down to center it Signed-off-by: Johannes Gilger <heipei@hackvalue.de>
38 lines
1.6 KiB
Markdown
38 lines
1.6 KiB
Markdown
<% @title = "Contribute" %>
|
|
<h2>
|
|
Contribute
|
|
</h2>
|
|
<p>
|
|
GitX is an open source project. This means that you can help developing or even take the code and develop you own version.
|
|
GitX is released under a <a href="http://github.com/pieter/gitx/tree/master/COPYING" title="GPL">GPL v2 license</a>.
|
|
</p>
|
|
<h3>Develop</h3>
|
|
|
|
If you want to contribute to GitX, you can just clone the repository and start working! The GitX repository can be cloned by using:
|
|
|
|
<pre>
|
|
<code>git clone <a href="git://github.com/pieter/gitx.git">git://github.com/pieter/gitx.git</a></code>
|
|
</pre>
|
|
|
|
The preferred way of contributing is by sending patches to the [Mailinglist](mailto:gitx@googlegroups.com).
|
|
|
|
If you're not sure what to do, you can take a look at the [TODO list on
|
|
Github](http://github.com/pieter/gitx/wikis/TODO). If you want to work on the
|
|
HTML side of GitX (such as the detailed view), you should take a look at the
|
|
[Working on HTML](http://github.com/pieter/gitx/wikis/workingonhtml) page.
|
|
|
|
<h3>Bug Report</h3>
|
|
|
|
If you find or want to fix bugs, you should take a look at our [Bug
|
|
Tracker](http://gitx.lighthouseapp.com/projects/17830-gitx). If you can't
|
|
reach Lighthouse or don't want to register for an account, you can also send the bugs to mailing list.
|
|
|
|
<h3>Donate</h3>
|
|
<p>
|
|
If you don't want to or can't help with the code you can also support this project by making a donation using the button below.
|
|
</p>
|
|
<p>
|
|
<a href='http://www.pledgie.com/campaigns/1816'><img alt='Click here to lend your support to: gitx and make a donation at www.pledgie.com !' src='http://www.pledgie.com/campaigns/1816.png?skin_name=chrome' style="border:0px"></a>
|
|
</p>
|
|
|