Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update OSS feedback settings #10468

Merged
merged 1 commit into from
Sep 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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, …
4 changes: 2 additions & 2 deletions reference/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"**/*": "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."
"**/*": "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"
Expand All @@ -68,7 +68,7 @@
"**/*": "https://learn.microsoft.com/media/logos/logo-powershell-core.svg"
},
"open_source_feedback_productName": {
"**/*": "PowerShell"
"**/*": "PowerShell feedback"
},
"manager": {
"**/*": "jasongroce"
Expand Down