Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
Enable open source docs feedback (#2124)
Browse files Browse the repository at this point in the history
* Enable open source docs feedback.

* Fix url.

* Fix repo link
  • Loading branch information
davidbritch authored Feb 1, 2024
1 parent 74a00fc commit 2659649
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 3 deletions.
65 changes: 65 additions & 0 deletions .github/ISSUE_TEMPLATE/customer-feedback.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
name: Learn feedback control
description: |
⛔ This template is hooked into the feedback control on the bottom of every page on the live site. It automatically fills in several fields for you. Don't use it for other purposes. ⛔
body:
- type: markdown
attributes:
value: "## Issue information"
- 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: feedback
validations:
required: true
attributes:
label: Description
- 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: documentVersionIndependentId
validations:
required: true
attributes:
label: Document Version Independent Id
- type: input
id: author
validations:
required: true
attributes:
label: Article author
- type: textarea
id: metadata
validations:
required: false
attributes:
label: Metadata
description: Documentation metadata will be applied here for the PRMerger tool.
12 changes: 9 additions & 3 deletions docs/en/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,19 @@
"breadcrumb_path": "~/breadcrumb/toc.yml",
"author": "dotnet-bot",
"ms.author": "dotnetcontent",
"manager": "crdun",
"ms.date": "12/21/2018",
"searchScope": ["Xamarin"],
"uhfHeaderId": "MSDocsHeader-DotNet",
"ms.topic": "managed-reference",
"feedback_system": "GitHub",
"feedback_product_url": "https://github.com/xamarin/Essentials/blob/main/PRODUCT-FEEDBACK.md"
"feedback_system": "OpenSource",
"feedback_github_repo": "xamarin/Essentials",
"feedback_product_url": "https://developercommunity.visualstudio.com/",
"open_source_feedback_contributorGuideUrl": "https://github.com/MicrosoftDocs/xamarin-docs/blob/live/CONTRIBUTING.md",
"open_source_feedback_issueUrl": "https://github.com/xamarin/Essentials/issues/new?template=customer-feedback.yml",
"open_source_feedback_productName": "Xamarin.Essentials",
"open_source_feedback_issueTitle": "",
"open_source_feedback_productLogoLightUrl": "https://learn.microsoft.com/media/logos/logo_xamarin.svg",
"open_source_feedback_productLogoDarkUrl": "https://learn.microsoft.com/media/logos/logo_xamarin.svg",
},
"fileMetadata": {
"author": {
Expand Down

0 comments on commit 2659649

Please sign in to comment.