From 9e26b050a2de34cbee087b4df24bf419f52b7eb8 Mon Sep 17 00:00:00 2001 From: Jonathan Chang Date: Thu, 14 Mar 2019 15:30:18 +1100 Subject: [PATCH] ISSUE_TEMPLATE: update Linux issue location It now lives at homebrew/linuxbrew-core. --- .github/ISSUE_TEMPLATE/Reproducible-Bug-Report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Reproducible-Bug-Report.md b/.github/ISSUE_TEMPLATE/Reproducible-Bug-Report.md index c74481e5aa6..635d901e8b0 100644 --- a/.github/ISSUE_TEMPLATE/Reproducible-Bug-Report.md +++ b/.github/ISSUE_TEMPLATE/Reproducible-Bug-Report.md @@ -7,7 +7,7 @@ about: Submit an issue so we can investigate **Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use the issue template, we will block you from ever submitting issues to Homebrew again.** - [ ] are reporting a bug others will be able to reproduce and not asking a question or requesting software. If you're not sure or want to ask a question do so on our Discourse: https://discourse.brew.sh. To get software added or changed in Homebrew please file a [Pull Request](https://github.com/Homebrew/homebrew-core/blob/master/CONTRIBUTING.md) -- [ ] have a problem with `brew install` (or `upgrade`, `reinstall`) a single, Homebrew/homebrew-core formula (not cask) on macOS? If it's a general `brew` problem please file this issue at Homebrew/brew: https://github.com/Homebrew/brew/issues/new/choose. If it's a Linux problem please file this issue at https://github.com/Linuxbrew/homebrew-core/issues/new/choose. If it's a `brew cask` problem please file this issue at https://github.com/Homebrew/homebrew-cask/issues/new/choose. If it's a tap (e.g. Homebrew/homebrew-php) problem please file this issue at the tap. +- [ ] have a problem with `brew install` (or `upgrade`, `reinstall`) a single, Homebrew/homebrew-core formula (not cask) on macOS? If it's a general `brew` problem please file this issue at Homebrew/brew: https://github.com/Homebrew/brew/issues/new/choose. If it's a Linux problem please file this issue at https://github.com/Homebrew/linuxbrew-core/issues/new/choose. If it's a `brew cask` problem please file this issue at https://github.com/Homebrew/homebrew-cask/issues/new/choose. If it's a tap (e.g. Homebrew/homebrew-php) problem please file this issue at the tap. - [ ] ran `brew update` and can still reproduce the problem? - [ ] ran `brew doctor`, fixed all issues and can still reproduce the problem? - [ ] ran `brew gist-logs ` (where `` is the name of the formula that failed) and included the output link?