14 Commits

Author SHA1 Message Date
Mike McQuaid
7019df7481
Provide more leeway to file Tier 2/3 issues.
Let's still continue to tell people to not file some issues but allow
them to file others.

While we're here, let's me a bit more chill with the language here.
2025-06-27 15:27:26 +01:00
Mike McQuaid
9e04d9cb34
.github/ISSUE_TEMPLATE/*: use issue types.
These are new and shiny so let's use them.
2025-02-25 14:00:34 +00:00
Mike McQuaid
8c160639b0
ISSUE_TEMPLATE/bug: nudge people to discussions.
This probably won't work but gives us a stronger reason to ignore this.
2022-12-22 10:55:58 +00:00
Mike McQuaid
280ed03c23
Update bug.yml 2022-11-09 12:46:22 +00:00
Carlo Cabrera
4d768e85c2
bug.yml: fix missing label property
Submitting bug reports hasn't worked for a while because of the missing
`label`.

My editor complained about `labels` needing to be an array, so I've made
that one too. It was also complaining about the missing label property
for the checkboxes, so I guess it knows what it's talking about here.
2021-12-02 04:05:37 +08:00
Luke Hefson
39c34b9953
Remove issue_body key from issue forms 2021-04-20 21:17:28 +01:00
Carlo Cabrera
8e35ddea35
bug.yml: update issue template
See

    https://github.com/Homebrew/homebrew-core/pull/75049
    https://github.com/Homebrew/homebrew-core/pull/75088
2021-04-13 13:06:21 +01:00
Mike McQuaid
14f5eb43cf
Render shell in issue templates.
This will render nicer and use monospace in the form field.
2021-03-19 12:47:33 +00:00
Mike McQuaid
942015e334
Revert "Revert ".github/ISSUE_TEMPLATE/{bug,feature}.yml: update syntax."" 2021-02-15 17:04:17 +00:00
Mike McQuaid
286909e98a
Revert ".github/ISSUE_TEMPLATE/{bug,feature}.yml: update syntax." 2021-02-15 16:11:32 +00:00
Mike McQuaid
3cb3b34c09
Apply suggestions from code review
Co-authored-by: Megan O'Neill <oneill38@github.com>
2021-02-12 17:35:00 +00:00
Mike McQuaid
ff325301f1
.github/ISSUE_TEMPLATE/{bug,feature}.yml: update syntax. 2021-02-12 10:40:21 +00:00
Mike McQuaid
536c84e1d8
ISSUE_TEMPLATE/bug: tweak checkboxes.
- Don't require `brew update` (as we run it automatically now)
- Don't ask about `brew doctor` until after they have pasted output (and
  ask them if it has any `Warning` lines)
2021-02-02 13:36:36 +00:00
Mike McQuaid
3e23db2a34
Use new issue templates.
These are in beta and we've been given access to them so: let's try
them out.
2021-02-01 14:53:08 +00:00