-
Notifications
You must be signed in to change notification settings - Fork 323
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2970 from microsoft/staging
Release - 5/19/24
- Loading branch information
Showing
630 changed files
with
24,760 additions
and
3,602 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
71 changes: 71 additions & 0 deletions
71
.github/ISSUE_TEMPLATE/Feature_Request_Windows_Customization.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
name: "Suggest a new setting/feature within Windows Customization" | ||
description: Suggest a new feature or improvement within Windows Customization (this does not mean you have to implement | ||
it) | ||
labels: | ||
- Issue-Feature | ||
- Area-Windows-Customization | ||
body: | ||
- id: minwindowsversion | ||
type: input | ||
attributes: | ||
label: Minimum Supported Windows Version | ||
placeholder: "10.0.23400.0" | ||
description: What is the minimum version of Windows that should support this feature? | ||
validations: | ||
required: true | ||
|
||
- id: maxwindowsversion | ||
type: input | ||
attributes: | ||
label: Maximum Supported Windows Version | ||
placeholder: "10.0.23400.0" | ||
description: Did this feature stop working on a specific version of Windows? If so, what version? If you are unsure please put "Unknown". | ||
validations: | ||
required: false | ||
|
||
- id: registrykeys | ||
type: textarea | ||
attributes: | ||
label: Registry Keys | ||
placeholder: What registry keys are needed to enable this feature? Please provide the full path and value. If not applicable, please enter "None". | ||
validations: | ||
required: true | ||
|
||
- id: ispublic | ||
type: dropdown | ||
attributes: | ||
label: Is this feature publicly documented? | ||
options: | ||
- "Yes" | ||
- "No" | ||
description: Is this feature publicly documented? Is there a public API or documentation available? | ||
validations: | ||
required: true | ||
|
||
- id: publicdocumentation | ||
type: textarea | ||
attributes: | ||
label: Public Documentation | ||
placeholder: If there is public documentation for this feature, please provide the link here. If not applicable, please enter "None". | ||
validations: | ||
required: true | ||
|
||
- id: scenario | ||
type: textarea | ||
attributes: | ||
label: Scenario | ||
placeholder: How could this new feature be used? Feel free to provide examples. | ||
validations: | ||
required: true | ||
|
||
- id: supportinginfo | ||
type: textarea | ||
attributes: | ||
label: Additional details | ||
placeholder: Enter more info or links to give us more details. | ||
validations: | ||
required: false | ||
|
||
- type: markdown | ||
attributes: | ||
value: Please limit one request per issue. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.