Replace feature request template with feature request form

This commit is contained in:
Steve Ward 2022-03-08 15:50:02 -05:00
parent 132552de48
commit 0b9e4c1a6b
2 changed files with 33 additions and 20 deletions

View file

@ -1,20 +0,0 @@
---
name: "⭐ Submit a feature request"
about: 'Feature requests are considered based on the team''s capacity. '
title: ''
labels: ''
assignees: ''
---
### Describe the feature or problem youd like to solve
Write a clear and concise description of what the feature or problem is. If this is a bug report, please use the bug report template instead.
### Proposed solution
Please share how this will it benefit Desktop and its users?
### Additional context
Please include any other context, like screenshots or mockups, if applicable.

View file

@ -0,0 +1,33 @@
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.