Merge pull request #19376 from Homebrew/issue_types

.github/ISSUE_TEMPLATE/*: use issue types.
This commit is contained in:
Mike McQuaid 2025-02-25 14:14:57 +00:00 committed by GitHub
commit be7e3ac2e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
name: New issue for Reproducible Bug
description: "If you're sure it's reproducible and not just your machine: submit an issue so we can investigate."
labels: [bug]
type: "Bug"
body:
- type: markdown
attributes:

View File

@ -1,6 +1,6 @@
name: New issue for Feature Suggestion
description: Request our thoughts on your suggestion for a new feature for Homebrew.
labels: features
type: "Feature"
body:
- type: markdown
attributes: