Skip to content
Snippets Groups Projects
Unverified Commit 11254730 authored by Issy Long's avatar Issy Long Committed by GitHub
Browse files

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

git rm .github/issue-close-app.yml
parents 2749c52d 522e341c
No related branches found
No related tags found
No related merge requests found
# 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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment