-
Notifications
You must be signed in to change notification settings - Fork 0
/
development.php
55 lines (44 loc) · 1.45 KB
/
development.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?php
$t_sub_title = "Development";
include( "top.php" );
?>
<h4>MantisBT Development</h4>
<div class="spotlight">
<p>
MantisBT is free software. We encourage <b>you</b> to dive into the source
and help on new features and bugfixes. That is the way free software works.
</p>
</div>
<p>
Here are some important pointers for MantisBT-Development:
</p>
<h5>The source code</h5>
<p>
MantisBT <a href="http://github.com/mantisbt/mantisbt">source code</a> and <a href="http://github.com/mantisbt-plugins">plugins</a> are hosted on GitHub.
Detailed information on how to use git with MantisBT can be found in the
<a href="/docs/master-1.2.x/en/developers.html">Mantis Bug Tracker
Developers Guide</a>.
Help with setting up Git and learning basic usage can be found in
<a href="http://help.github.com">GitHub's Help pages</a>.
</p>
<h5>Documentation</h5>
<ul>
<li>
<a href="/docs/master-1.2.x/en/developers.html">Mantis Bug Tracker Developers Guide</a>
</li>
<li>
<a href="/wiki/doku.php/mantisbt:coding_guidelines">MantisBT Coding Conventions</a>
</li>
</ul>
<h5>Communication</h5>
<ul>
<li>
Often times MantisBT developers hang out on IRC @ <a href="irc://irc.freenode.net/mantisbt">#mantisbt</a> on the freenode network
</li>
<li>
It's a good idea to subscribe to the mantisbt-dev mailinglist - details are on the <a href="/mailinglists.php">mailing lists page</a>.
</li>
</ul>
<div class="clearBoth"></div>
<?php
include( "bot.php" );