If you wish to contribute to joind.in, please be sure to read/subscribe to the following resources:
- Contributor Code of Conduct: https://github.com/joindin/joindin-web2/blob/master/CODE_OF_CONDUCT.md
- Contributor's Guide: https://github.com/joindin/joind.in/wiki/How-to-Contribute-Code
- Contributor's mailing list: http://groups.google.com/group/joindin-developers
- Contributor's Chat: You can join via Joindin Slack
You should work on what you want to. Our bug tracker is here: https://github.com/joindin/joindin-web2/issues
Any issues that have the "hackathon" or "easypick" label are ones that we think are a good starting point. This filter will give you the list of all current "easy-pick" issues.
If you have any problems, ask on the IRC channel or send an email to the mailing list.
If you start working on an issue, please assign yourself to it and mark the issue as "in progress".
The current PHP version for joind.in is PHP 5.6.
All PHP code follows psr-2. One way to help ensure that your submitted code is PSR-2 is to run PHP Code Sniffer against PSR-2 and the .editorconfig plugin for your editor before submitting.