# <i class="fa fa-hand-o-up"></i> Ok, You want to get involved...
######*There are a few ways you can help*
First of all, thank you for using our software, And even more thanks for your willing to help! Lest start from the top.
**No** you dont need to know how to code in order to help us out! Yes, Ill say it again in a different way... Help is not always contributing by code.
There are several ways of doing so...
- [Asking for new features][ask]
- [Posting bug reports][bugs]
- [Code][code]
In this post we will cover all methods in great detail.<br>
Note that all these methods are welcome in all Open-Source software and
it will help you getting involved in most of them.
> You can click on one of the above to skip to that section.
#<a name="ask"></a><i class="fa fa-star"></i> Asking For New Features
######*You love the software and you have a great idea*
If that is the case, and you do have a great idea. The simple way of doing so is to contact the Developer. <br>You can send [Liran][liran] Or [Sagi][sagi] an e-mail.
At the mail subject please write **"JCE Manager - feature request"**
>Please do not send twice, and do not get angry if we don't reply right away. We both are students (Just like you) and we code on our free time.
The other way, is to head over to our [<iclass="fa fa-github"></i> github issues page][githubissue].
Now just create a new issue with the title <br>**"feature request - (a short description)"**
<br>
At the body please write as much as you can, so we would understand and get to work.
>**Note:** we might won't accept all features, some might not be as important as the others, and just need to manage our time...
[<iclass="fa fa-arrow-up"></i> Back To The Top][top]
Okay, sorry if something went wrong... we really test the software like **CrAzY** before we upload a new release. But if you are here, then something unecpected happend.
For bugs, please do not send us e-mails. it will get inbox lost...
Go to our [<iclass="fa fa-github"></i> github issues page][githubissue]
and browse though the issues. try to see if someone has the same issue. If so, Click on that issue and post your experience. Plus paste the content of your log file.
If your issue is new, you are more then welcome to open an issue. Make sure that the title is short and informative.
At the body, try to provide steps to reproduce + The problem + log file. for an example:
Under linux just use your package manager, apt-get, yum , pacman...
for an example :
{% highlight bash %}
#Under Ubuntu
$ sudo apt-get install git-core
#under Arch linux
$ sudo pacman -S git
{% endhighlight %}
Under Mac OSX:
If you have Homebrew installed, install Git via the command
{% highlight bash %}
$ brew install git
{% endhighlight %}
If not, download the installer...
Under Windows: Download the Git installer from the website, at the installer wizzard, make shure you
use git Bash.
Now Cross your fingers and hope that it went well...
**Create A <iclass="fa fa-github"></i> Github account**<br>
Go to [github.com][github] and sign up.
Okay, Now we have every thing we need to get started. well, one more thing...<br>
If it is the first time you installed <iclass="fa fa-code-fork"></i>[git][git] we need to set it up.
>**Note:** We are not going to learn about <iclass="fa fa-code-fork"></i> git, If you dont know
how to use it, Google it! It's essential for collaborating with us, and in general it's really good to know.
To Setup <iclass="fa fa-code-fork"></i>git, fire up a terminal (in Windows git bash... or something like it... please choose a better OS <iclass="fa fa-smile-o"></i>).