This page contains guidelines for contributing to the Grouptopics Repository. Please review these guidelines before submitting any pull requests to the framework.
ALL Pull requests should be made to the development branch.
Once a pull request is sent in, it will be need to be reviewed. Don't worry, it's a fun process.
If you have an idea for a new feature you would like to see added to Grouptopics, you may create an issue on Github with [Request]
in the title. The feature request will then be reviewed by a core contributor.
Grouptopics follows all of the PHP-FIG coding standards coding standards. In addition to these standards, Grouptopics also follows the naming conventions for PHP-FIG.
This project can be managed with Gush. To install Gush Globally run;
composer global require gushphp/gush=dev-master
Or download it as a phar:
phar curl -sS http://gushphp.org/installer | php
For more information check out the Gush repo.