Merge pull request #6855 from issyl0/rm-issue-close-bot-config

git rm .github/issue-close-app.yml
This commit is contained in:
Issy Long 2019-12-18 22:26:10 +00:00 committed by GitHub
commit 1125473042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,33 +0,0 @@
# Comment that will be sent if an issue is judged to be closed
comment: |
Whoops, it looks like you created an issue without filling out the checklist and providing all the needed information from one of the issue templates: <https://github.com/Homebrew/brew/issues/new/choose>
As we need all this information to help you we're closing this issue. If you add the necessary information to this issue (**don't create a new or duplicate issue, please**) and comment to let us know, a Homebrew maintainer will check it out when they get the chance. If it's deemed to be a valid issue then this issue may be reopened.
Sorry!
issueConfigs:
# There can be several configs for different kind of issues.
- content:
# new feature suggestion
- "A detailed description of the 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 have been considered"
- content:
# reproducible bug report
- "are reporting a bug others will be able to reproduce"
- "reproduced the problem with multiple formulae"
- "brew update"
- "brew doctor"
- "brew config"
- "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)"
# Optional configuration:
#
# whether the keywords are case-insensitive
# default value is false, which means keywords are case-sensitive
caseInsensitive: false
# The issue is judged to be legal if it includes all keywords from any of these two configs.
# Or it will be closed by the app.