brew/CONTRIBUTING.md
2014-01-05 14:43:37 +00:00

26 lines
592 B
Markdown

Contributing to Homebrew
========================
Reporting Bugs
--------------
Please run:
* `brew update`
* `brew doctor`
Please read:
* [Troubleshooting Checklist](https://github.com/Homebrew/homebrew/wiki/troubleshooting)
**If you don't read these it will take us far longer to help you with your problem.**
Contributing
------------
Please read:
* [Formula Cookbook](https://github.com/Homebrew/homebrew/wiki/Formula-Cookbook)
* [Acceptable Formulae](https://github.com/Homebrew/homebrew/wiki/Acceptable-Formulae)
* [Ruby Style Guide](https://github.com/styleguide/ruby)
Thanks!