github-desktop/.github/ISSUE_TEMPLATE/feature_request.yaml

33 lines
1.3 KiB
YAML

name: ⭐ Feature Request
description: Submit a feature request
body:
- type: markdown
attributes:
value: |
Thanks for submitting a feature request! This issue tracker is for [GitHub Desktop](https://desktop.github.com). If you have a feature request for github.com please visit the [GitHub public feedback discussions repository](https://github.com/github/feedback/discussions).
- type: checkboxes
id: existing-feature-requests
attributes:
label: Search for existing feature requests
options:
- label: I have searched the issue tracker and confirmed there are no existing issues for the feature I am requesting.
required: true
- type: textarea
id: the-feature-request
attributes:
label: The feature request
description: Write a clear and concise description of what the feature or problem is.
validations:
required: true
- type: textarea
id: proposed-solution
attributes:
label: Proposed solution
description: Share how this will benefit GitHub Desktop and its users.
validations:
required: true
- type: textarea
id: additional-context
attributes:
label: Additional context
description: Please include any other context, like screenshots or mockups, if applicable.