forked from MicrosoftDocs/WSL
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to new feedback mechanism (MicrosoftDocs#1917)
* Update to new feedback mechanism * fix desc syntax
- Loading branch information
Showing
3 changed files
with
104 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
name: Post a documentation issue | ||
title: Contribute Feedback | ||
description: >- | ||
Post an issue specific to WSL documentation. | ||
labels: | ||
- "needs-triage" | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: "## Enter your feedback" | ||
- type: markdown | ||
attributes: | ||
value: Select the issue type, and describe the issue in the text box below. Add as much detail as needed to help us resolve the issue. | ||
- type: dropdown | ||
id: issue-type | ||
attributes: | ||
label: Type of issue | ||
options: | ||
- Typo | ||
- Code doesn't work | ||
- Missing information | ||
- Outdated article | ||
- Other (describe below) | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: userfeedback | ||
validations: | ||
required: true | ||
attributes: | ||
label: Feedback | ||
description: Provide details that will add context on what should be updated in the documentation. Additional details not needed for typos, grammar, formatting, etc. For technical or factual errors, please include code snippets and output to show how the documentation is incorrect. | ||
- type: markdown | ||
attributes: | ||
value: "## Article information" | ||
- type: markdown | ||
attributes: | ||
value: "*Don't modify the following fields*. They are automatically filled in for you. Doing so will disconnect your issue from the affected article. *Don't edit them*." | ||
- type: input | ||
id: pageUrl | ||
validations: | ||
required: true | ||
attributes: | ||
label: Page URL | ||
- type: input | ||
id: contentSourceUrl | ||
validations: | ||
required: true | ||
attributes: | ||
label: Content source URL | ||
- type: input | ||
id: author | ||
validations: | ||
required: true | ||
attributes: | ||
label: Author | ||
description: GitHub Id of the author | ||
- type: input | ||
id: documentVersionIndependentId | ||
validations: | ||
required: true | ||
attributes: | ||
label: Document Id |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.