brew/CONTRIBUTING.md

26 lines
592 B
Markdown
Raw Normal View History

2012-09-22 12:41:56 +01:00
Contributing to Homebrew
========================
Reporting Bugs
--------------
Please run:
2012-09-22 12:41:56 +01:00
* `brew update`
2012-09-22 12:41:56 +01:00
* `brew doctor`
Please read:
* [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!