mirror of
https://github.com/desktop/desktop
synced 2024-10-31 05:19:03 +00:00
29 lines
1.1 KiB
YAML
29 lines
1.1 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). Please search the issue tracker to see if there is an existing issue for the feature you are requesting. If you have a feature request for github.com please visit the [GitHub public feedback discussions repository](https://github.com/github/feedback/discussions).
|
|
- 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.
|