Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.33 KB

CONTRIBUTING.md

File metadata and controls

35 lines (20 loc) · 1.33 KB

Grouptopics Contribution Guide

This page contains guidelines for contributing to the Grouptopics Repository. Please review these guidelines before submitting any pull requests to the framework.

Which Branch?

ALL Pull requests should be made to the development branch.

Pull Requests

Once a pull request is sent in, it will be need to be reviewed. Don't worry, it's a fun process.

Feature Requests

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.

Coding Guidelines

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.

Gush

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.