Skip to content
Hüseyin Uslu edited this page Mar 5, 2014 · 32 revisions

Development

So, how do I compile this badboy?

You'll need a C# compiler. Use either Microsoft Visual Studio or MonoDevelop. If you can't figure it out with that, we're not likely to help unless it's an error in the build files.

I want to help the project - where should I start?

First off, read this, our source code and [docs]/CoiniumServ/coinium/tree/develop/docs).

We will probably only consider adding collaborators to the repository if you exhibit reasonable knowledge and help out in a big way. You can send us any pull-requests if you're not a collaborator.

What should I work on?

Try to start something on your own by hacking around or talk to the people on IRC.

Okay, what needs to be done next?

At the time we don't have any specific to-do lists - we're just hacking around to get in-game. Best to just start on the Issues page and try to fix stuff.

I've found a bug / some feature is not working

Please report it on the Issues page.

I've fixed a bug / got a new feature

Please send a pull-request so that we can merge your code. If you do not have a GitHub account, you should get one. If you can't or are too lazy to, we might push your code if you send us a patch or a pastebin. You're more likely to get pulled if you actually send us a pull-request, though.

I'm kinda new to git. Any guides?

Check help.github.com. Also, Google and (primarily) StackOverflow are your friends.

My old fork is borken! How do I fix it?

If you previously setup a remote upstream, just do:

git remote set-url upstream git://github.com/CoiniumServ/coinium.git