aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2017-08-24 11:48:39 +0100
committerGitHub2017-08-24 11:48:39 +0100
commit6d393decfe8099cb049c0ee62c6dc5877e54c0d7 (patch)
tree9b00f639b1045471d397a1979bbd8d65efabd887
parent8b7defb3ebf6dd16f8ed1d9003045477bde5da56 (diff)
parent6676e4051cd354bf116904b09c62b8a6d36dbc1b (diff)
downloadbrew-6d393decfe8099cb049c0ee62c6dc5877e54c0d7.tar.bz2
Merge pull request #3085 from Homebrew/issue-template-firmer
ISSUE_TEMPLATE: firm up language
-rw-r--r--.github/ISSUE_TEMPLATE.md17
1 files changed, 11 insertions, 6 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index f4e56604e..287e95b03 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -1,17 +1,22 @@
+**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.**
+
# Please always follow these steps:
-- [ ] Confirmed this is a problem with running a `brew` command and not `brew install`ing or the post-install behaviour of one or more formulae? If it's a formulae-specific problem please file this issue at https://github.com/Homebrew/homebrew-core/issues/new
+- [ ] Confirmed this is a problem with running a `brew` command and not `brew install`ing or the post-install behaviour of one or more formulae? If it's a formulae-specific problem please file this issue at the relevant tap e.g. for Homebrew/homebrew-core https://github.com/Homebrew/homebrew-core/issues/new
- [ ] Ran `brew update` and retried your prior step?
- [ ] Ran `brew doctor`, fixed all issues and retried your prior step?
- [ ] Ran `brew config` and `brew doctor` and included their output with your issue?
-**Please note we will close your issue without comment if you delete or do not fill out the issue checklist and provide ALL the requested information.**
-
To help us debug your issue please explain:
- What you were trying to do (and why)
- What happened (include command output)
- What you expected to happen
- Step-by-step reproduction instructions (by running `brew` commands)
-# Or propose a feature:
-Please replace this section with a detailed description of your proposed feature, the motivation for it, how it would be relevant to at least 90% of Homebrew users and alternatives considered.
-Please note we will close this issue or ask you to create a pull-request if it's something we're not actively planning to work on.
+# Features
+Please replace this section with:
+- a detailed description of your proposed feature
+- the motivation for the feature
+- how the feature would be relevant to at least 90% of Homebrew users
+- what alternatives to the feature you have considered
+
+We will close this issue or ask you to create a pull-request if it's something we're not actively planning to work on.