brew/CONTRIBUTING.md

16 lines
711 B
Markdown
Raw Normal View History

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
### Report a bug
2012-09-22 12:41:56 +01:00
* run `brew update` (twice)
* run and read `brew doctor`
* read [the Troubleshooting Checklist](https://github.com/Homebrew/brew/blob/master/share/doc/homebrew/Troubleshooting.md#troubleshooting)
* open an issue on the formula's repository
2012-09-22 12:41:56 +01:00
### Propose a feature
* Please create a pull request with your change proposal in the [Homebrew Evolution](https://github.com/Homebrew/brew-evolution) repository using the [proposal template](https://github.com/Homebrew/brew-evolution/blob/master/proposal_template.md).
2012-09-22 12:41:56 +01:00
Thanks!