Actions

First steps for new developers: Difference between revisions

From LimeSurvey Manual

No edit summary
No edit summary
Line 3: Line 3:
=First steps=
=First steps=
If you haven't already done so, please create a user account at the [https://www.limesurvey.org/cb-registration/registers LimeSurvey website]. Once you have logged in there you can use the account to
If you haven't already done so, please create a user account at the [https://www.limesurvey.org/cb-registration/registers LimeSurvey website]. Once you have logged in there you can use the account to
- post at the [https://www.limesurvey.org/community-services/forums LimeSurvey forums]
* post at the [https://www.limesurvey.org/community-services/forums LimeSurvey forums]
- edit the [https://manual.limesurvey.org/LimeSurvey_Manual LimeSurvey manual/wiki]
* edit the [https://manual.limesurvey.org/LimeSurvey_Manual LimeSurvey manual/wiki]
- create new tickets at the [http://bugs.limesurvey.org/ LimeSurvey bugtracker]
* create new tickets at the [http://bugs.limesurvey.org/ LimeSurvey bugtracker]


You may also be interested in [https://lists.sourceforge.net/lists/listinfo/limesurvey-developers subscribing to the LimeSurvey mailing list].
You may also be interested in [https://lists.sourceforge.net/lists/listinfo/limesurvey-developers subscribing to the LimeSurvey mailing list] and [https://github.com/signup/free creating a personal account on gitHub]


=Get in touch with the team=
=Get in touch with the team=
The best way to directly get in touch with the LimeSurvey team is by [https://www.limesurvey.org/community-services/live-chat joining the LimeSurvey IRC]. At the LimeSurvey website you can later check the [https://www.limesurvey.org/community-services/irc-logs-limesurvey IRC logs] if needed.
The best way to directly get in touch with the LimeSurvey team is by [https://www.limesurvey.org/community-services/live-chat joining the LimeSurvey IRC]. At the LimeSurvey website you can later check the [https://www.limesurvey.org/community-services/irc-logs-limesurvey IRC logs] if needed.
These are some core team members who are usually available at the LimeSurvey IRC. If you write their nickname at IRC it will highlight at their IRC client which helps to get your attention:
These are some core team members who are usually available at the LimeSurvey IRC. If you write their nickname at IRC it will highlight at their IRC client which helps to get your attention:
- ''c_schmitz'' (Carsten): The LimeSurvey project lead, his time is always pretty limited but for any details concerning the LimeSurvey project he is the man to talk to.
* ''c_schmitz'' (Carsten): The LimeSurvey project lead, his time is always pretty limited but for any details concerning the LimeSurvey project he is the man to talk to.
- ''Mazi'' (Marcel): LimeSurvey Head of Support, he can help with general LimeSurvey questions and walk you around if you need help with your first steps.
* ''Mazi'' (Marcel): LimeSurvey Head of Support, he can help with general LimeSurvey questions and walk you around if you need help with your first steps.
- ''LouisGac'' (Louis): Limesurvey 2.5 developer, he can answer all questions about the LimeSurvey 2.5 code base
* ''LouisGac'' (Louis): Limesurvey 2.5 developer, he can answer all questions about the LimeSurvey 2.5 code base
- ''sammousa'' (Sam): LimeSurvey 3.0 expert, he know everything about the next LimeSurvey generation
*''sammousa'' (Sam): LimeSurvey 3.0 expert, he know everything about the next LimeSurvey generation
- ''ollehar'' (Olle): LimeSurvey developer
* ''ollehar'' (Olle): LimeSurvey developer
- ''shnoulle'' (Denis): LimeSurvey developer and bug fixing expert
* ''shnoulle'' (Denis): LimeSurvey developer and bug fixing expert
- ''tammo'' (Tammo): A very experienced LimeSurvey user who can help you with all basic questions
* ''tammo'' (Tammo): A very experienced LimeSurvey user who can help you with all basic questions
- ''jelo'' (Jens): Jens helps us at the forums a lot. If he is available at the LimeSurvey IRC he will surely help with answering basic questions
* ''jelo'' (Jens): Jens helps us at the forums a lot. If he is available at the LimeSurvey IRC he will surely help with answering basic questions
- ''tpartner'' (Tony): Our JavaScript expert, you may have met him at the LimeSurvey forums.
* ''tpartner'' (Tony): Our JavaScript expert, you may have met him at the LimeSurvey forums.


=How you can help=
=How you can help=
If you are '''familar with LimeSurvey''' you can give a helping hand at the [https://www.limesurvey.org/community-services/forums LimeSurvey forums] or answer questions at the [https://www.limesurvey.org/community-services/live-chat LimeSurvey IRC].


TO DO:
You are a '''PHP/MySQL/JavaScript coder'''? Great, we love working with experts! You can surely help fixing bugs listed at the [http://bugs.limesurvey.org/ LimeSurvey bugtracker]. if you are unsure which issue to start with -> we can help with that. Best is to ping one of the developers listed above at the LimeSurvey IRC. They can tell you which issues are good to start with.


List of helpful links
You may also want to '''develop new features''' for LimeSurvey. In this case please check the documentation about [https://manual.limesurvey.org/How_to_contribute_new_features how to contribute new features] because it is important to get in touch with use before starting to develop something. Otherwise you risk that you are doing the work for nothing if we can't add it to the LimeSurvey core code later.


How to get in touch with team
=Helpful links=
Whom to talk to + IRC nicknames
* [https://github.com/LimeSurvey/LimeSurvey LimeSurvey code repository at GitHub]
 
* [https://manual.limesurvey.org/Standard_for_Git_commit_messages Standard for Git commit messages] - These are really important to us!
Common approach for coding new features
* [https://manual.limesurvey.org/Coding_guidelines Coding guidelines]
* [https://manual.limesurvey.org/How_to_document_your_source_code How to document your source code]
* [https://manual.limesurvey.org/How_to_join_the_LimeSurvey_project_team How to join the LimeSurvey project team]
* [https://manual.limesurvey.org/Yii Details about the Yii PHP framework we are using]
* [https://manual.limesurvey.org/Directory_structure LimeSurvey 2.x directory structure]
* [https://manual.limesurvey.org/Controllers Most important controllers] (what they do/where they are called)
* [https://manual.limesurvey.org/Debugging Debugging issues at LimeSurvey]

Revision as of 16:13, 22 March 2016

So you want to contribute to Limesurvey and help the development team? That's really great! Every helping hand is needed.

First steps

If you haven't already done so, please create a user account at the LimeSurvey website. Once you have logged in there you can use the account to

You may also be interested in subscribing to the LimeSurvey mailing list and creating a personal account on gitHub

Get in touch with the team

The best way to directly get in touch with the LimeSurvey team is by joining the LimeSurvey IRC. At the LimeSurvey website you can later check the IRC logs if needed. These are some core team members who are usually available at the LimeSurvey IRC. If you write their nickname at IRC it will highlight at their IRC client which helps to get your attention:

  • c_schmitz (Carsten): The LimeSurvey project lead, his time is always pretty limited but for any details concerning the LimeSurvey project he is the man to talk to.
  • Mazi (Marcel): LimeSurvey Head of Support, he can help with general LimeSurvey questions and walk you around if you need help with your first steps.
  • LouisGac (Louis): Limesurvey 2.5 developer, he can answer all questions about the LimeSurvey 2.5 code base
  • sammousa (Sam): LimeSurvey 3.0 expert, he know everything about the next LimeSurvey generation
  • ollehar (Olle): LimeSurvey developer
  • shnoulle (Denis): LimeSurvey developer and bug fixing expert
  • tammo (Tammo): A very experienced LimeSurvey user who can help you with all basic questions
  • jelo (Jens): Jens helps us at the forums a lot. If he is available at the LimeSurvey IRC he will surely help with answering basic questions
  • tpartner (Tony): Our JavaScript expert, you may have met him at the LimeSurvey forums.

How you can help

If you are familar with LimeSurvey you can give a helping hand at the LimeSurvey forums or answer questions at the LimeSurvey IRC.

You are a PHP/MySQL/JavaScript coder? Great, we love working with experts! You can surely help fixing bugs listed at the LimeSurvey bugtracker. if you are unsure which issue to start with -> we can help with that. Best is to ping one of the developers listed above at the LimeSurvey IRC. They can tell you which issues are good to start with.

You may also want to develop new features for LimeSurvey. In this case please check the documentation about how to contribute new features because it is important to get in touch with use before starting to develop something. Otherwise you risk that you are doing the work for nothing if we can't add it to the LimeSurvey core code later.

Helpful links