Use new issue templates.

These are in beta and we've been given access to them so: let's try
them out.
This commit is contained in:
Mike McQuaid 2021-02-01 14:53:08 +00:00
parent 4ae8dfe43f
commit 3e23db2a34
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
4 changed files with 68 additions and 75 deletions

View File

@ -1,46 +0,0 @@
---
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."
---
# Bug report
**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)
<!-- 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 -->
## Output of `brew config` and `brew doctor` commands
<pre>
<!-- replace me -->
</pre>

41
.github/ISSUE_TEMPLATE/bug.yml vendored Normal file
View File

@ -0,0 +1,41 @@
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."
labels: bug
issue_body: false
inputs:
- type: description
attributes:
value: Please note we will close your issue without comment if you 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.
- type: checkboxes
attributes:
label: Contributor Checklist
description: Please verify that you've followed these steps
choices:
- label: I ran `brew update` and can still reproduce the problem?
required: true
- label: I ran `brew doctor`, fixed all issues and can still reproduce the problem?
required: true
- type: textarea
attributes:
label: "`brew config` output"
required: true
- type: textarea
attributes:
label: "`brew doctor` output"
required: true
- type: textarea
attributes:
label: What were you trying to do (and why)?
required: true
- type: textarea
attributes:
label: What happened (include all command output)?
required: true
- type: textarea
attributes:
label: What did you expect to happen?
required: true
- type: textarea
attributes:
label: Step-by-step reproduction instructions (by running `brew` commands)
required: true

View File

@ -1,29 +0,0 @@
---
name: New issue for Feature Suggestion
about: Request our thoughts on your suggestion for a new feature for Homebrew.
---
# Feature suggestion
**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 fill these sections with the relevant information: -->
# A detailed description of the proposed feature
<!-- replace me -->
# The motivation for the feature
<!-- replace me -->
# How the feature would be relevant to at least 90% of Homebrew users
<!-- (if it's not: do not open a feature request) -->
# What alternatives to the feature have been considered
<!-- replace me -->
<!-- We will close this issue or ask you to create a pull-request if it's something the maintainers are not actively planning to work on. -->

27
.github/ISSUE_TEMPLATE/feature.yml vendored Normal file
View File

@ -0,0 +1,27 @@
name: New issue for Feature Suggestion
about: Request our thoughts on your suggestion for a new feature for Homebrew.
labels: features
issue_body: false
inputs:
- type: description
attributes:
value: Please note we will close your issue without comment if 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.
- type: textarea
attributes:
label: Provide a detailed description of the proposed feature
required: true
- type: textarea
attributes:
label: What is the motivation for the feature?
required: true
- type: textarea
attributes:
label: How will the feature be relevant to at least 90% of Homebrew users?
required: true
- type: textarea
attributes:
label: What alternatives to the feature have been considered?
required: true
- type: description
attributes:
value: We will close this issue or ask you to create a pull-request if it's something the maintainers are not actively planning to work on.