Contributing to homebrew-extensions

June 26, 2020 ยท View on GitHub

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-extensions.git

$ cd homebrew-extensions

To edit a formula use the command

$ brew edit <formula>

Reporting issues

Please submit the issue using the appropriate template: