brew/CONTRIBUTING.md

16 lines
721 B
Markdown
Raw Normal View History

2014-10-26 15:23:42 +00:00
# Contributing to Homebrew
First time contributing to Homebrew? Read our [Code of Conduct](https://github.com/Homebrew/brew/blob/master/CODE_OF_CONDUCT.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://docs.brew.sh/Troubleshooting.html)
* 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
### Propose a feature
* 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.
2012-09-22 12:41:56 +01:00
Thanks!