Difference between revisions of "Development"

From Mumble Wiki
Jump to: navigation, search
m (Current Development)
m (replace git sf with git github)
Line 18: Line 18:
 
* [http://sourceforge.net/apps/phpbb/mumble/ Discussion Forums]
 
* [http://sourceforge.net/apps/phpbb/mumble/ Discussion Forums]
 
* [http://sourceforge.net/tracker/?group_id=147372&atid=768008 Request Feature]
 
* [http://sourceforge.net/tracker/?group_id=147372&atid=768008 Request Feature]
* [http://sourceforge.net/tracker/?atid=768005&group_id=147372&func=browse Report a Bug]
+
* [https://github.com/mumble-voip/mumble/issues Report a Bug]
  
If you want to checkout the latest source code, just clone our git repository at <code>git://mumble.git.sourceforge.net/gitroot/mumble/mumble</code>.
+
If you want to checkout the latest source code, just clone our git repository at <code>git://github.com/mumble-voip/mumble</code>.
  
 
=== Developer How-To's ===
 
=== Developer How-To's ===

Revision as of 01:15, 31 December 2013

Developing is one way to contribute to the Mumble project.

You can help us review and clean/refactor our code, implement new features or update outdated ones (like our pos-audio plugins). You can then submit the patches to us and we will gladly review them and probably accept them. :)

Current Development

Non-Main (e.g. libs, mobile versions, etc):

Quick-Links to Sourceforge

If you want to checkout the latest source code, just clone our git repository at git://github.com/mumble-voip/mumble.

Developer How-To's

In General