]>
Commit | Line | Data |
---|---|---|
f1ca2771 MG |
1 | <h1>Reporting bugs</h1> |
2 | Please report any bugs you find to the <a href="https://bugs.ieval.ro/">bugtracker</a>. | |
3 | ||
4 | <h1>Source code repositories</h1> | |
5 | The Gruntmaster 6000 project has three git repositories: | |
6 | <dl> | |
7 | <dt><a href="https://git.ieval.ro/?p=gruntmaster-data.git">gruntmaster-data</a></dt> | |
8 | <dd>The database interface and database editing tools</dd> | |
9 | <dt><a href="https://git.ieval.ro/?p=gruntmaster-daemon.git">gruntmaster-daemon</a></dt> | |
10 | <dd>The grader</dd> | |
11 | <dt><a href="https://git.ieval.ro/?p=gruntmaster-page.git">gruntmaster-page</a></dt> | |
12 | <dd>The website</dd> | |
36b00ab8 | 13 | </dl> |
f1ca2771 MG |
14 | |
15 | <h1>Submitting patches</h1> | |
16 | Mail them to <a href="mailto:marius@ieval.ro">marius@ieval.ro</a>. Please try to follow the following guidelines: | |
17 | <ul> | |
18 | <li>Patch against master (or, alternatively, against newmc for gruntmaster-page) | |
19 | <li>Many small commits are better than one big commit | |
20 | <li>Make the commit messages as clear as possible | |
21 | <li>If possible, please include an explanation of the patchset in the email | |
22 | </ul> | |
23 | ||
24 | 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. |