mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-12 18:29:24 +08:00
25 lines
681 B
YAML
25 lines
681 B
YAML
name: "⭐ Feature / enhancement request"
|
|
description: Propose something new.
|
|
labels:
|
|
- Triage-Needed
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: Provide a description of the new feature / enhancement
|
|
placeholder: |
|
|
What is the expected behavior of the proposed feature?
|
|
What is the scenario this would be used?
|
|
validations:
|
|
required: true
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Please limit one request per issue.
|
|
- type: checkboxes
|
|
id: 👍-force
|
|
attributes:
|
|
label: Adding 👍 reminder to post
|
|
options:
|
|
- label: If you'd like to see this feature implemented, add a 👍 reaction to this post.
|
|
required: true
|