brew/CONTRIBUTING.md
Mike McQuaid ac0665daff
Refer to default branch in links with HEAD
Anywhere we can use `blob/master` we can use `blob/HEAD` instead. This
will make life easier if we ever rename our default branch in future
(once/if Git and GitHub provides the necessary tooling to do so).
2020-06-25 11:38:40 +01:00

829 B

Contributing to Homebrew

First time contributing to Homebrew? Read our Code of Conduct and review How To Open a Homebrew Pull Request.

Report a bug

  • Run brew update (twice).
  • Run and read brew doctor.
  • Read the Troubleshooting checklist.
  • Open an issue on the formula's repository or on Homebrew/brew if it's not a formula-specific issue.

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.

Thanks!