PHP Classes

File: CONTRIBUTING.md

Recommend this page to a friend!
  Classes of Johnny Mast   Redbox PHP CLI Arguments   CONTRIBUTING.md   Download  
File: CONTRIBUTING.md
Role: Auxiliary data
Content type: text/markdown
Description: NEW
Class: Redbox PHP CLI Arguments
Extract command line parameter values
Author: By
Last change:
Date: 8 years ago
Size: 1,036 bytes
 

Contents

Class file image Download

So you want to contribute

First of all thanks for you consideration. There is a couple steps to take.

Setup

* First things first you will need a fork of the code. You can use the fork button on Github to accomplish this Create a new branch named likeusername-your_awesome_new_feature* * Make your changes * Commit your changes Don't forget to push them to your repository (remember your branchusername-your_awesome_new_feature*)

Testing

Now when it comes to code changes i would love you if you would add your personal test cases into thetestsdirectory. This way i cantest* your addition (or changes)

Pull Request

When you are all done and your code is valid it is time to request a pull request. There is only one rule for this NEVER EVER request a request a pull request on the master branch since it always considered as stable. Please make sure you always request a pull request against a branch. If that branch does not exist please ask me politely in an issue to create one.