Add a contribute page
authorMarius Gavrilescu <marius@ieval.ro>
Mon, 9 Feb 2015 21:01:46 +0000 (23:01 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Mon, 9 Feb 2015 21:01:46 +0000 (23:01 +0200)
a/contribute.en [new file with mode: 0644]
a/contribute.en.title [new file with mode: 0644]
js/90-nav.js
tmpl/skel.en

diff --git a/a/contribute.en b/a/contribute.en
new file mode 100644 (file)
index 0000000..b7c0411
--- /dev/null
@@ -0,0 +1,23 @@
+<h1>Reporting bugs</h1>
+Please report any bugs you find to the <a href="https://bugs.ieval.ro/">bugtracker</a>.
+
+<h1>Source code repositories</h1>
+The Gruntmaster 6000 project has three git repositories:
+<dl>
+<dt><a href="https://git.ieval.ro/?p=gruntmaster-data.git">gruntmaster-data</a></dt>
+<dd>The database interface and database editing tools</dd>
+<dt><a href="https://git.ieval.ro/?p=gruntmaster-daemon.git">gruntmaster-daemon</a></dt>
+<dd>The grader</dd>
+<dt><a href="https://git.ieval.ro/?p=gruntmaster-page.git">gruntmaster-page</a></dt>
+<dd>The website</dd>
+
+<h1>Submitting patches</h1>
+Mail them to <a href="mailto:marius@ieval.ro">marius@ieval.ro</a>. Please try to follow the following guidelines:
+<ul>
+<li>Patch against master (or, alternatively, against newmc for gruntmaster-page)
+<li>Many small commits are better than one big commit
+<li>Make the commit messages as clear as possible
+<li>If possible, please include an explanation of the patchset in the email
+</ul>
+
+If you have any questions, feel free to mail them to <a href="mailto:marius@ieval.ro">marius@ieval.ro</a> or to ask in <a href="http://webchat.oftc.net/?channels=%23mindcoding">#mindcoding</a> on OFTC.
diff --git a/a/contribute.en.title b/a/contribute.en.title
new file mode 100644 (file)
index 0000000..9faacc4
--- /dev/null
@@ -0,0 +1 @@
+Contribute
\ No newline at end of file
index 6aefa0ebaae68516409a457ba579fb168a6d6aad..fc91ff1dfb364245c5d315378f5dfff57e07c3c8 100644 (file)
@@ -8,6 +8,7 @@
                'log': /^\/log\//,
                'us': /^\/us\//,
                'account': /^\/account$/,
+               'contribute': /^\/contribute$/,
        };
 
        $( document ).ready(function(){
index 19f3180712c4ec1d3f116d84d1873763e2f80418..956e8954525dbf871267f2c462db87765f82e451 100644 (file)
@@ -16,6 +16,7 @@
 <li id="nav-log"><a href="/log/">Job log</a>
 <li id="nav-us"><a href="/us/">Users</a>
 <li id="nav-account"><a href="/account">Account</a>
+<li id="nav-contribute"><a href="/contribute">Contribute!</a>
 <li id="theme-selector" class="reqjs"><a class="dropdown-toggle" data-toggle="dropdown"> Theme <span class="caret"></span></a>
 <ul class="dropdown-menu" role="menu">
 <li><a href="#" id="theme_slate">Gunmetal gray</a>
This page took 0.012901 seconds and 4 git commands to generate.