2014-10-26 15:23:42 +00:00
# Contributing to Homebrew
2016-04-05 13:24:20 +08:00
First time contributing to Homebrew? Read our [Code of Conduct ](https://github.com/Homebrew/brew/blob/master/CODEOFCONDUCT.md#code-of-conduct ).
2012-09-22 12:41:56 +01:00
2016-02-11 16:56:36 +00:00
### Report a bug
2012-09-22 12:41:56 +01:00
2016-02-11 16:56:36 +00:00
* run `brew update` (twice)
* run and read `brew doctor`
2016-09-19 20:20:08 +01:00
* read [the Troubleshooting Checklist ](https://github.com/Homebrew/brew/blob/master/docs/Troubleshooting.md#troubleshooting )
2016-12-13 00:49:57 +00:00
* open an issue on the formula's repository or on Homebrew/brew if it's not a formula-specific issue
2012-09-22 12:41:56 +01:00
2016-05-19 20:38:38 +01:00
### Propose a feature
2016-12-13 00:49:57 +00:00
* open an issue with a detailed description of your proposed feature, the motivation for it and alternatives considered. Please note we may close this issue or ask you to create a pull-request if this is not something we see as sufficiently high priority.
2016-05-19 20:38:38 +01:00
2012-09-22 12:41:56 +01:00
Thanks!