Skip to content
This repository has been archived by the owner on Mar 12, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 1.54 KB

CONTRIBUTING.md

File metadata and controls

20 lines (12 loc) · 1.54 KB

Contributing to Linuxbrew

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

Linuxbrew is a fork of Homebrew. Homebrew/brew is merged into Linuxbrew/brew roughly once per week. If you have access to a macOS system and are able to test your changes there: please submit your pull request to Homebrew rather than to Linuxbrew. If not, please submit your pull requests to Linuxbrew. Patches to fix issues that you have reproduced on both Linuxbrew and Homebrew on macOS should be sent to Homebrew. Please send your pull request to Linuxbrew if you are in doubt.

Patches to fix issues particular to Linux should not affect the behaviour of the formula on macOS. Use if OS.mac? and if OS.linux? as necessary to preserve the existing behaviour on macOS.

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 Linuxbrew/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!