Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.59 KB

CONTRIBUTING.md

File metadata and controls

37 lines (24 loc) · 1.59 KB

CONTRIBUTING

RESOURCES

If you wish to contribute to joind.in, please be sure to read/subscribe to the following resources:

What to work on

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.

Issue tracker management

If you start working on an issue, please assign yourself to it and mark the issue as "in progress".

PHP Version

The current PHP version for joind.in is PHP 5.6.

Code Style

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.