Skip to content

Commit

Permalink
Update to new feedback mechanism (MicrosoftDocs#1917)
Browse files Browse the repository at this point in the history
* Update to new feedback mechanism

* fix desc syntax
  • Loading branch information
mattwojo authored Feb 2, 2024
1 parent 58ae8e0 commit 5ba92fe
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 2 deletions.
63 changes: 63 additions & 0 deletions .github/ISSUE_TEMPLATE/doc-issue.yml
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
11 changes: 9 additions & 2 deletions WSL/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,15 @@
"breadcrumb_path": "/windows/wsl/breadcrumb/toc.json",
"uhfHeaderId": "MSDocsHeader-Windows",
"recommendations" : true,
"feedback_system": "GitHub",
"feedback_github_repo": "MicrosoftDocs/WSL",
"feedback_product_url": "https://github.com/Microsoft/wsl/issues",
"feedback_system": "OpenSource",
"open_source_feedback_contributorGuideUrl": "https://learn.microsoft.com/contribute/content/how-to-write-quick-edits",
"open_source_feedback_issueTitle": "",
"open_source_feedback_issueLabels": "needs-triage",
"open_source_feedback_issueUrl": "https://github.com/MicrosoftDocs/wsl/issues/new?template=doc-issues.yml",
"open_source_feedback_productLogoLightUrl": "https://learn.microsoft.com/windows/wsl/media/wsl-icon.svg",
"open_source_feedback_productLogoDarkUrl": "https://learn.microsoft.com/windows/wsl/media/wsl-icon.svg",
"open_source_feedback_productName": "Windows Subsystem for Linux",
"ms.service": "dev-environment",
"ms.subservice": "windows-subsystem-for-linux",
"author": "craigloewen-msft",
Expand Down
32 changes: 32 additions & 0 deletions WSL/media/wsl-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5ba92fe

Please sign in to comment.