mirror of
https://github.com/Homebrew/brew.git
synced 2026-08-12 22:29:27 +04:00
- Keep commit history tied to accountable human contributors - Ensure reviewers engage directly with responsible contributors
40 lines
1.8 KiB
YAML
40 lines
1.8 KiB
YAML
name: New issue for Feature Suggestion
|
|
description: Request our thoughts on your suggestion for a new feature for Homebrew.
|
|
type: "Feature"
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: We will close your issue without comment if you don't fill out the checklist below and provide ALL requested information. If you repeatedly fail to use the issue template, we will block you from submitting issues to Homebrew again.
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Verification
|
|
description: Verify you've followed these steps. Don't delete these checkboxes or your issue will be closed automatically.
|
|
options:
|
|
- label: This issue's title and/or description do not reference a single formula e.g. `brew install wget`. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead.
|
|
required: true
|
|
- label: I did not use AI/LLM to create this issue, or I disclosed the tool and model used; I will answer maintainer questions myself without AI/LLM.
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Provide a detailed description of the proposed feature
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: What is the motivation for the feature?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: How will the feature be relevant to at least 90% of Homebrew users?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: What alternatives to the feature have been considered?
|
|
validations:
|
|
required: true
|
|
- type: markdown
|
|
attributes:
|
|
value: We will close this issue or ask you to open a pull request if it's something the maintainers aren't actively planning to work on.
|