2014-10-26 15:23:42 +00:00
# Contributing to Homebrew
## Reporting Bugs
2014-01-18 14:30:57 -08:00
First, please run `brew update` and `brew doctor` .
2012-09-22 12:41:56 +01:00
2014-10-26 15:23:42 +00:00
Second, read the [Troubleshooting Checklist ](https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Troubleshooting.md#troubleshooting ).
2012-09-22 12:41:56 +01:00
**If you don't read these it will take us far longer to help you with your problem.**
2014-10-26 15:23:42 +00:00
## Security
2014-10-22 17:23:17 -05:00
Please report security issues to security@brew .sh.
2014-10-26 15:23:42 +00:00
## Contributing
2012-09-22 12:41:56 +01:00
Please read:
2014-10-26 15:23:42 +00:00
* [Code of Conduct ](https://github.com/Homebrew/homebrew/blob/master/CODEOFCONDUCT.md#code-of-conduct )
* [Formula Cookbook ](https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Formula-Cookbook.md#formula-cookbook )
* [Acceptable Formulae ](https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Acceptable-Formulae.md#acceptable-formulae )
2014-01-05 14:43:37 +00:00
* [Ruby Style Guide ](https://github.com/styleguide/ruby )
2014-10-26 15:23:42 +00:00
* [How To Open a Homebrew Pull Request (and get it merged) ](https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/How-To-Open-a-Homebrew-Pull-Request-(and-get-it-merged ).md#how -to-open-a-homebrew-pull-request-and-get-it-merged)
2012-09-22 12:41:56 +01:00
Thanks!