diff --git a/web/getinvolved.html b/web/getinvolved.html index ec90d55e9b..c80df96b69 100644 --- a/web/getinvolved.html +++ b/web/getinvolved.html @@ -8,6 +8,9 @@ +
+ ++ As a small team developing OpenRA in our free time, your input is valuable to us. Anything from writing bug reports/feedback, to + contributing new features or fixing bugs is welcomed with open arms. +
++ The developers can be found on our IRC channel most of the time so if you have any suggestions, + that is the best place to contact us. +
+
+ If you wish to report a bug, our bug tracker can be found here:
+ http://openra.res0l.net/projects/show/openra
+
+ You'll need several things in order to checkout and build the source code: +
++ Grab the sources by cloning our git repository: +
++$ git clone git://github.com/chrisforbes/OpenRA.git +$ cd OpenRA+
+ On Windows, open OpenRA.sln and build it. On other platforms, use 'make': +
+$ make all+