aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMike McQuaid2015-10-26 21:04:12 -0600
committerMike McQuaid2015-10-27 10:45:23 -0600
commit74e407dc548f397159ee0eab6d0921bd0666b3b3 (patch)
treed1b35fc3864fd1f2b10e14ee9b8b75d7e995eb65 /CONTRIBUTING.md
parent8ea9903a99fce3d7bcd432200f1bd2170e81de43 (diff)
downloadbrew-74e407dc548f397159ee0eab6d0921bd0666b3b3.tar.bz2
The Formula API is no longer work-in-progress.
Feature it a bit more prominently in the documentation as a result. Closes Homebrew/homebrew#45374. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6db42a677..d5cdcd5cc 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -13,6 +13,10 @@ Please report security issues to security@brew.sh.
Please read:
* [Code of Conduct](https://github.com/Homebrew/homebrew/blob/master/CODEOFCONDUCT.md#code-of-conduct)
+
+To contribute code please read:
+
+* [Formula API](http://www.rubydoc.info/github/Homebrew/homebrew/master/frames)
* [Formula Cookbook](https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Formula-Cookbook.md#formula-cookbook)
* [Acceptable Formulae](https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Acceptable-Formulae.md#acceptable-formulae)
* [Ruby Style Guide](https://github.com/styleguide/ruby)