diff options
| author | Mike McQuaid | 2016-05-19 20:38:38 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2016-05-19 20:38:38 +0100 |
| commit | d2c9a923ea782047b2758f8701394287d11ecba4 (patch) | |
| tree | 793bb498d88e5773b58d477c14c3a5eef88aa4ca | |
| parent | b8e5ff431d2d5a20ba35d8a3fc9371e1a5ef3991 (diff) | |
| download | brew-d2c9a923ea782047b2758f8701394287d11ecba4.tar.bz2 | |
.github/*: point to Homebrew Evolution repository. (#259)
Indicate that feature requests should go there rather than here.
| -rw-r--r-- | .github/CONTRIBUTING.md | 4 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE.md | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 37cae8e0a..b9bd17f89 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -8,4 +8,8 @@ First time contributing to Homebrew? Read our [Code of Conduct](https://github.c * 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 +### 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). + Thanks! diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 43740ba5e..2316ba6e8 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -10,8 +10,6 @@ _You can erase any parts of this template not applicable to your Issue._ Please replace this line with a brief summary of your issue. -### Feature Requests: +### Propose a feature: -**Please note by far the quickest way to get a new feature into Homebrew is to file a [Pull Request](https://github.com/Homebrew/brew/blob/master/.github/CONTRIBUTING.md).** - -We will consider your request but it may be closed if it's something we're not actively planning to work on. +Instead of creating an issue here, 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). |
