mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Add Contributing Guidelines.
This commit is contained in:
parent
53b387987b
commit
518fa7a7e3
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,7 @@
|
||||
/*
|
||||
!/.gitignore
|
||||
!/Library/
|
||||
!/CONTRIBUTING.md
|
||||
!/README.md
|
||||
!/bin
|
||||
/bin/*
|
||||
|
20
CONTRIBUTING.md
Normal file
20
CONTRIBUTING.md
Normal 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!
|
Loading…
x
Reference in New Issue
Block a user