Recommend this page to a friend! |
Classes of Johnny Mast | Redbox PHP CLI Arguments | CONTRIBUTING.md | Download |
|
|
![]() So you want to contributeFirst 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*) TestingNow 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 RequestWhen 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. |