Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More issue template tweaks #6653

Merged
merged 1 commit into from Oct 29, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/ISSUE_TEMPLATE.md
@@ -1,5 +1 @@
Please fill out one of the templates on: https://github.com/Homebrew/brew/issues/new/choose

If you want to ask a question please do so on our Discourse: https://discourse.brew.sh

We will close issues asking questions without comment.
# Please fill out one of the templates on: https://github.com/Homebrew/brew/issues/new/choose or we will close it without comment.
@@ -1,22 +1,22 @@
---
name: Reproducible Bug Report
name: New issue for Reproducible Bug
about: "If you're sure it's reproducible and not just your machine: submit an issue so we can investigate."

---

**Please note that 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 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.

- [ ] ran `brew update` and can still reproduce the problem?
- [ ] ran `brew doctor`, fixed all issues and can still reproduce the problem?
- [ ] ran `brew config` and `brew doctor` and included their output with your issue?

<!-- To help us debug your issue, please complete these sections: -->

# What you were trying to do (and why)
## What you were trying to do (and why)

<!-- replace me -->

# What happened (include command output)
## What happened (include command output)

<!-- replace me -->

Expand All @@ -29,10 +29,10 @@ about: "If you're sure it's reproducible and not just your machine: submit an is
</pre>
</details>

# What you expected to happen
## What you expected to happen

<!-- replace me -->

# Step-by-step reproduction instructions (by running `brew` commands)
## Step-by-step reproduction instructions (by running `brew` commands)

<!-- replace me -->
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/config.yml
@@ -1,15 +1,15 @@
blank_issues_enabled: false

contact_links:
- name: Discourse
- name: Get help on Discourse
url: https://discourse.brew.sh
about: Have a question? Not sure if your issue affects everyone reproducibly? The quickest way to get help is on Homebrew's Discourse!
- name: Homebrew/homebrew-core
- name: New issue on Homebrew/homebrew-core
url: https://github.com/Homebrew/homebrew-core/issues/new/choose
about: On macOS/Mac OS X? Having a `brew` problem with a `brew install` or `brew upgrade` of a single formula/package? Report it to Homebrew/homebrew-core (the macOS core tap/repository).
- name: Homebrew/homebrew-cask
- name: New issue on Homebrew/homebrew-cask
url: https://github.com/Homebrew/homebrew-cask/issues/new/choose
about: Having a `brew cask` problem? Report it to Homebrew/homebrew-cask (the cask tap/repository).
- name: Homebrew/linuxbrew-core
- name: New issue on Homebrew/linuxbrew-core
url: https://github.com/Homebrew/linuxbrew-core/issues/new/choose
about: On Linux? Having a `brew` problem with a `brew install` or `brew upgrade` of a single formula/package? Report it to Homebrew/linuxbrew-core (the Linux core tap/repository).
@@ -1,5 +1,5 @@
---
name: New Feature Suggestion
name: New issue for Feature Suggestion
about: Request our thoughts on your suggestion for a new feature for Homebrew.

---
Expand Down