aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMike McQuaid2012-09-22 12:41:56 +0100
committerMike McQuaid2012-10-03 00:04:24 +0100
commita90fdbb74198ed1e21c555a43ca7a7dd822ed984 (patch)
tree12ec172cf9d1aaa2c36b4a002935870614fa39e3 /CONTRIBUTING.md
parent6141d49ace9e6267f2969eb68bf2579389ca8c0b (diff)
downloadhomebrew-a90fdbb74198ed1e21c555a43ca7a7dd822ed984.tar.bz2
Add Contributing Guidelines.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 000000000..8b7b460a1
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -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!