Add Contributing Guidelines.

This commit is contained in:
Mike McQuaid 2012-09-22 12:41:56 +01:00
parent 53b387987b
commit 518fa7a7e3
2 changed files with 21 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
/* /*
!/.gitignore !/.gitignore
!/Library/ !/Library/
!/CONTRIBUTING.md
!/README.md !/README.md
!/bin !/bin
/bin/* /bin/*

20
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,20 @@
Contributing to Homebrew
========================
Reporting Bugs
--------------
Please read:
* `brew doctor`
* [Troubleshooting Checklist](https://github.com/mxcl/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/mxcl/homebrew/wiki/Formula-Cookbook)
* [Acceptable Formula](https://github.com/mxcl/homebrew/wiki/Acceptable-Formula)
Thanks!