brew/CONTRIBUTING.md

21 lines
600 B
Markdown
Raw Normal View History

2012-09-22 12:41:56 +01:00
Contributing to Homebrew
========================
Reporting Bugs
--------------
First, please run `brew update` and `brew doctor`.
2012-09-22 12:41:56 +01:00
Second, read the [Troubleshooting Checklist](https://github.com/Homebrew/homebrew/wiki/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.**
Contributing
------------
Please read:
* [Formula Cookbook](https://github.com/Homebrew/homebrew/wiki/Formula-Cookbook)
* [Acceptable Formulae](https://github.com/Homebrew/homebrew/wiki/Acceptable-Formulae)
2014-01-05 14:43:37 +00:00
* [Ruby Style Guide](https://github.com/styleguide/ruby)
2012-09-22 12:41:56 +01:00
Thanks!