From f1ca277108d24951290bd4162d2a336bd02c44fd Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Mon, 9 Feb 2015 23:01:46 +0200 Subject: [PATCH] Add a contribute page --- a/contribute.en | 23 +++++++++++++++++++++++ a/contribute.en.title | 1 + js/90-nav.js | 1 + tmpl/skel.en | 1 + 4 files changed, 26 insertions(+) create mode 100644 a/contribute.en create mode 100644 a/contribute.en.title diff --git a/a/contribute.en b/a/contribute.en new file mode 100644 index 0000000..b7c0411 --- /dev/null +++ b/a/contribute.en @@ -0,0 +1,23 @@ +

Reporting bugs

+Please report any bugs you find to the bugtracker. + +

Source code repositories

+The Gruntmaster 6000 project has three git repositories: +
+
gruntmaster-data
+
The database interface and database editing tools
+
gruntmaster-daemon
+
The grader
+
gruntmaster-page
+
The website
+ +

Submitting patches

+Mail them to marius@ieval.ro. Please try to follow the following guidelines: + + +If you have any questions, feel free to mail them to marius@ieval.ro or to ask in #mindcoding on OFTC. diff --git a/a/contribute.en.title b/a/contribute.en.title new file mode 100644 index 0000000..9faacc4 --- /dev/null +++ b/a/contribute.en.title @@ -0,0 +1 @@ +Contribute \ No newline at end of file diff --git a/js/90-nav.js b/js/90-nav.js index 6aefa0e..fc91ff1 100644 --- a/js/90-nav.js +++ b/js/90-nav.js @@ -8,6 +8,7 @@ 'log': /^\/log\//, 'us': /^\/us\//, 'account': /^\/account$/, + 'contribute': /^\/contribute$/, }; $( document ).ready(function(){ diff --git a/tmpl/skel.en b/tmpl/skel.en index 19f3180..956e895 100644 --- a/tmpl/skel.en +++ b/tmpl/skel.en @@ -16,6 +16,7 @@
  • Theme