diff options
| author | Dominyk Tiller | 2016-02-19 18:05:43 +0000 |
|---|---|---|
| committer | Dominyk Tiller | 2016-02-19 23:14:10 +0000 |
| commit | a688dc2c8c97fe89a60f32cb8b02b53467e54c91 (patch) | |
| tree | 9061ca2409ab965ec2157ccbf736bea46be3409b /.github/ISSUE_TEMPLATE.md | |
| parent | 6f952779c852076aad92a5518d90ff8c084a6496 (diff) | |
| download | brew-a688dc2c8c97fe89a60f32cb8b02b53467e54c91.tar.bz2 | |
ISSUE_TEMPLATE: tweaks
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
| -rw-r--r-- | .github/ISSUE_TEMPLATE.md | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 036fe08e5..6cc5bc00d 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -4,9 +4,11 @@ - [ ] Ran `brew doctor`, fixed as many issues as possible and retried your prior step? - [ ] If you're seeing permission errors tried running `sudo chown -R $(whoami) $(brew --prefix)`? +_You can erase any parts of this template not applicable to your Issue._ + ### Bug reports: -_Please replace this line with a brief summary of your issue **AND** if reporting a build issue underneath include the link from:_ +Please replace this line with a brief summary of your issue **AND** if reporting a build issue include the link from: `brew gist-logs <formula>` (where `<formula>` is the name of the formula that failed to build). @@ -16,7 +18,3 @@ _Please replace this line with a brief summary of your issue **AND** if reportin **Please note by far the quickest way to get a new feature or formula into Homebrew is to file a [Pull Request](https://github.com/Homebrew/homebrew/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. - -### Report a security vulnerability - -* [Email security@brew.sh](mailto:security@brew.sh) (a private mailing list) with detailed reproduction instructions optionally using [our PGP key](https://keybase.io/homebrew/key.asc) |
