Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.24 KB

CONTRIBUTING.md

File metadata and controls

46 lines (28 loc) · 1.24 KB

Contributing to homebrew-php

Contributor Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Workflow

  • Fork the project.
  • Make your bug fix or feature addition.
  • Test your change.
  • Send a pull request with all the details.

Please make sure that you have set up your user name and email address for use with Git. Strings such as silly nick name <root@localhost> look really stupid in the commit history of a project.

Due to time constraints, you may not always get a quick response. Please do not take delays personally and feel free to remind.

Coding Guidelines

Check that all the brew style guidelines are followed.

$ brew style .

Using this project

The following commands can be used to perform the initial checkout:

$ git clone https://github.com/shivammathur/homebrew-php.git

$ cd homebrew-php

To edit a formula use the command

$ brew edit <formula>

Reporting issues

Please submit the issue using the appropriate template: