Skip to content

Commit

Permalink
Merge pull request #10470 from MicrosoftDocs/main
Browse files Browse the repository at this point in the history
Publish to live
  • Loading branch information
sdwheeler authored Sep 28, 2023
2 parents 7af4862 + 6c2ed58 commit 385d225
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 151 deletions.
96 changes: 37 additions & 59 deletions .github/ISSUE_TEMPLATE/04-customer-feedback.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,46 @@
name: "📄 Feedback control template"
title: "[Documentation feedback] - "
description: >-
This template is intended for use by the feedback control on the bottom of every page on the live
site. If you aren't using the feedback control, choose one of the other templates.
This template is intended for use by the feedback control on the bottom of every page on the
live site. If you aren't using the feedback control, choose one of the other templates.
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: feedback
validations:
required: true
attributes:
label: Feedback
description: >-
If possible, please provide extended details that will add context and help the team update
the documentation. Additional details may not be useful 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:
Expand All @@ -31,60 +66,3 @@ body:
required: true
attributes:
label: Document Id
description: Version independent document Id
- type: textarea
id: summary
validations:
required: true
attributes:
label: Summary
description: |
Write a short description of the problem or feedback.
- type: textarea
id: details
validations:
required: false
attributes:
label: Details
description: >-
If possible, please provide extended details that will add context and help the team update
the documentation. Additional details may not be useful for typos, grammar, formatting, etc.
For technical or factual errors, please include code snippets and output to show how the
documentation is incorrect.
- type: textarea
id: environment
validations:
required: false
attributes:
label: Environment
description: |
Provide information about your environment. For example, copy the output from the following commands (as appropriate) to show the configuration of your environment.
```powershell
$PSVersionTable
Get-Module
```
render: console
placeholder: |
PS> $PSVersionTable
Name Value
---- -----
PSVersion 7.4.0-preview.5
PSEdition Core
GitCommitId 7.4.0-preview.5
OS Microsoft Windows 10.0.22621
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
PS> Get-Module
ModuleType Version PreRelease Name ExportedCommands
---------- ------- ---------- ---- ----------------
Manifest 7.0.0.0 Microsoft.PowerShell.Management {Add-Content, Clear-Content, Clear-Item, Clear-It…
Binary 0.9.0 rc1 Microsoft.PowerShell.PSResourceGet {Find-PSResource, Get-InstalledPSResource, Get-PS…
Manifest 7.0.0.0 Microsoft.PowerShell.Utility {Add-Member, Add-Type, Clear-Variable, Compare-Ob…
Script 2.3.2 beta2 PSReadLine {Get-PSReadLineKeyHandler, Get-PSReadLineOption, …
119 changes: 27 additions & 92 deletions reference/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,64 +28,12 @@
"dest": "pscore-reference",
"externalReference": [],
"fileMetadata": {
"author": {
"**/*.md": "sdwheeler",
"**/*.yml": "sdwheeler",
"docs-conceptual/developer/**/*.md": "SteveL-MSFT",
"docs-conceptual/dsc/**/*.md": "mgreenegit",
"docs-conceptual/gallery/**/*.md": "SydneyhSmith",
"docs-conceptual/learn/ps101/*.md": "mikefrobbins",
"docs-conceptual/learn/remoting/jea/*.md": "rpsqrd"
},
"feedback_product_url": {
"docs-conceptual/dsc/**/*.md": "https://support.microsoft.com/windows/send-feedback-to-microsoft-with-the-feedback-hub-app-f59187f8-8739-22d6-ba93-f66612949332",
"docs-conceptual/gallery/**/*.md": "https://github.com/powershell/powershellgallery/issues/new",
"docs-conceptual/*.md": "https://github.com/powershell/powershellgallery/issues/new",
"docs-conceptual/**/*": "https://github.com/powershell/powershellgallery/issues/new",
"docs-conceptual/learn/remoting/jea/*.md": "https://github.com/powershell/jea/issues/new",
"docs-conceptual/windows-powershell/*.md": "https://support.microsoft.com/windows/send-feedback-to-microsoft-with-the-feedback-hub-app-f59187f8-8739-22d6-ba93-f66612949332"
},
"feedback_system": {
"**/*": "OpenSource"
},
"open_source_feedback_contributorGuideUrl": {
"**/*": "https://learn.microsoft.com/powershell/scripting/community/contributing/powershell-style-guide"
},
"open_source_feedback_issueTitle": {
"**/*": "Customer feedback - "
},
"open_source_feedback_issueLabels": {
"**/*": "needs-triage"
},
"open_source_feedback_issueUrl": {
"**/*": "https://github.com/MicrosoftDocs/PowerShell-Docs/issues/new?template=04-customer-feedback.yml"
},
"open_source_feedback_productDescription": {
"**/*": "A cross-platform task automation solution made up of a command-line shell and a scripting language."
},
"open_source_feedback_productLogoLightUrl": {
"**/*": "https://learn.microsoft.com/media/logos/logo-powershell-core.svg"
},
"open_source_feedback_productLogoDarkUrl": {
"**/*": "https://learn.microsoft.com/media/logos/logo-powershell-core.svg"
},
"open_source_feedback_productName": {
"**/*": "PowerShell"
},
"manager": {
"**/*": "jasongroce"
},
"ms.author": {
"**/*.md": "sewhee",
"**/*.yml": "sewhee",
"docs-conceptual/developer/**/*.md": "slee",
"docs-conceptual/dsc/**/*.md": "migreene",
"docs-conceptual/gallery/**/*.md": "sysmith",
"docs-conceptual/learn/ps101/*.md": "mirobb",
"docs-conceptual/learn/remoting/jea/*.md": "ryanpu"
},
"ms.prod": {
"**/*.md": "powershell",
"**/*.yml": "powershell"
},
"ms.technology": {
"5.1/*.md": "powershell-conceptual",
"5.1/*.yml": "powershell-cmdlets",
Expand All @@ -97,18 +45,11 @@
"7.4/*.yml": "powershell-cmdlets",
"docs-conceptual/**/*.md": "powershell-conceptual"
},
"ms.tgt_pltfr": {
"**/**": "windows, macos, linux"
},
"ms.topic": {
"5.1/*.md": "managed-reference",
"5.1/*.yml": "managed-reference",
"7.2/*.md": "managed-reference",
"7.2/*.yml": "managed-reference",
"7.3/*.md": "managed-reference",
"7.3/*.yml": "managed-reference",
"7.4/*.md": "managed-reference",
"7.4/*.yml": "managed-reference",
"5.1/**/*": "managed-reference",
"7.2/**/*": "managed-reference",
"7.3/**/*": "managed-reference",
"7.4/**/*": "managed-reference",
"docs-conceptual/**/*.md": "conceptual",
"docs-conceptual/dev-cross-plat/**/*.md": "reference",
"docs-conceptual/developer/**/*.md": "reference",
Expand All @@ -120,50 +61,30 @@
"docs-conceptual/samples/**/*.md": "sample"
},
"products": {
"5.1/*.md": [
"5.1/**/*": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/56936876-97d9-45cc-ad1b-9d63320447c8",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"5.1/*.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/56936876-97d9-45cc-ad1b-9d63320447c8",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"7.2/*.md": [
"7.2/**/*": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/2bdae855-045f-4535-b365-7b2e23824328",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"7.2/*.yml": [
"7.3/**/*": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/2bdae855-045f-4535-b365-7b2e23824328",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"7.3/*.md": [
"7.4/**/*": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/2bdae855-045f-4535-b365-7b2e23824328",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"7.3/*.yml": [
"docs-conceptual/**/*": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/2bdae855-045f-4535-b365-7b2e23824328",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"7.4/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/2bdae855-045f-4535-b365-7b2e23824328",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"7.4/*.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/2bdae855-045f-4535-b365-7b2e23824328",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"docs-conceptual/**/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/2bdae855-045f-4535-b365-7b2e23824328",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"docs-conceptual/windows-powershell/**/*.md": [
"docs-conceptual/windows-powershell/**/*": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/56936876-97d9-45cc-ad1b-9d63320447c8",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
]
},
"social_image_url": {
"**/*.md": "https://learn.microsoft.com/media/logos/logo-powershell-social.png",
"**/*.yml": "https://learn.microsoft.com/media/logos/logo-powershell-social.png"
}
},
"globalMetadata": {
Expand All @@ -173,12 +94,26 @@
"breadcrumb_path": "/powershell/scripting/bread/toc.json",
"feedback_github_repo": "MicrosoftDocs/PowerShell-Docs",
"feedback_product_url": "https://github.com/PowerShell/PowerShell/issues/new/choose",
"feedback_system": "GitHub",
"feedback_system": "OpenSource",
"open_source_feedback_contributorGuideUrl": "https://learn.microsoft.com/powershell/scripting/community/contributing/powershell-style-guide",
"open_source_feedback_issueTitle": "Customer feedback - ",
"open_source_feedback_issueLabels": "needs-triage",
"open_source_feedback_issueUrl": "https://github.com/MicrosoftDocs/PowerShell-Docs/issues/new?template=04-customer-feedback.yml",
"open_source_feedback_productDescription": "PowerShell is an open source project. Select a link to provide feedback:",
"open_source_feedback_productLogoLightUrl": "https://learn.microsoft.com/media/logos/logo-powershell-core.svg",
"open_source_feedback_productLogoDarkUrl": "https://learn.microsoft.com/media/logos/logo-powershell-core.svg",
"open_source_feedback_productName": "PowerShell feedback",
"hideScope": false,
"author": "sdwheeler",
"ms.author": "sewhee",
"manager": "jasongroce",
"ms.devlang": "powershell",
"ms.prod": "powershell",
"ms.tgt_pltfr": "windows, macos, linux",
"searchScope": [
"PowerShell"
],
"social_image_url": "https://learn.microsoft.com/media/logos/logo-powershell-social.png",
"titleSuffix": "PowerShell",
"toc_preview": true,
"uhfHeaderId": "MSDocsHeader-Powershell"
Expand Down

0 comments on commit 385d225

Please sign in to comment.