brew/CONTRIBUTING.md
Mike McQuaid 5efea992f0 Tweak issue template and contributing guidelines.
- Note issues may be closed without comment if sufficient information is
  not provided.
- Deprecate Homebrew/brew-evolution, note new feature request flow
- Note some issues should be created on Homebrew/brew
2016-12-13 00:49:57 +00:00

762 B

Contributing to Homebrew

First time contributing to Homebrew? Read our Code of Conduct.

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!