mirror of
https://github.com/desktop/desktop
synced 2024-10-31 11:07:25 +00:00
33 lines
1.3 KiB
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.
|