Simplify usage instructions for the reproducible bug report GitHub issue template

This commit is contained in:
Iulian Onofrei 2018-11-12 21:07:48 +02:00 committed by GitHub
parent 2380ce19da
commit cdeff35e3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,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.** **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.**
- [ ] are reporting a bug others will be able to reproduce and not asking a question. If you're not sure or want to ask a question do so on our Discourse: https://discourse.brew.sh - [ ] are reporting a bug others will be able to reproduce and not asking a question. If you're not sure or want to ask a question do so on our Discourse: https://discourse.brew.sh
- [ ] ran a `brew` command and reproduced the problem with multiple formulae? If it's a problem with a single, official formula (not cask) please file this issue at Homebrew/homebrew-core: https://github.com/Homebrew/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. - [ ] ran a `brew` command and reproduced the problem with multiple formulae? If it's a problem with a single, official formula (not cask) please file this issue at Homebrew/homebrew-core: https://github.com/Homebrew/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.
@ -12,8 +12,29 @@ about: Submit an issue so we can investigate
- [ ] ran `brew doctor`, fixed all issues 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? - [ ] ran `brew config` and `brew doctor` and included their output with your issue?
To help us debug your issue please explain: <!-- To help us debug your issue, please complete these sections: -->
- What you were trying to do (and why)
- What happened (include command output) # What you were trying to do (and why)
- What you expected to happen
- Step-by-step reproduction instructions (by running `brew` commands) <!-- replace me -->
# What happened (include command output)
<!-- replace me -->
<details>
<summary>Command output</summary>
<pre>
<!-- replace this with the command output -->
</pre>
</details>
# What you expected to happen
<!-- replace me -->
# Step-by-step reproduction instructions (by running `brew` commands)
<!-- replace me -->