Skip to content

Update contents of v1 branch #762

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

Open
wants to merge 36 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
4502cc0
Run Appveyor CI on branches other than v2 (#523)
adityapatwardhan May 13, 2021
614b419
Add v2.0 spec (#507)
sdwheeler May 19, 2021
7da4751
Fix issues with module name and external help file metadata (#542)
adityapatwardhan Jun 29, 2021
757bb5f
Allow `New-YamlHelp` to generate YAML for Common Parameters (#547)
adityapatwardhan Jul 2, 2021
4c077e0
Update CHANGELOG for 0.14.2 release (#548)
adityapatwardhan Jul 2, 2021
2d1dbe8
Reset the expected value
adityapatwardhan Oct 12, 2017
824c3e1
Update issue templates
sdwheeler Apr 11, 2022
59dc79c
Merge pull request #563 from sdwheeler/sdw-templates
sdwheeler Apr 11, 2022
e21676a
(AB-1952370) Add link to docs repo in issue picker
michaeltlombardi Jun 14, 2022
b62931a
Merge pull request #570 from michaeltlombardi/ab-1952370/master/add-i…
sdwheeler Jun 22, 2022
3ea4c18
Update config.yml
sdwheeler Jun 22, 2022
624a22a
Update config.yml
sdwheeler Jun 22, 2022
34339d2
OPS Schema updates (#572)
adityapatwardhan Jun 28, 2022
ac72fe2
Add Alias support to spec docs
sdwheeler Aug 29, 2022
8eea6f3
Update alias spec and examples
sdwheeler Oct 12, 2022
06194a9
Update note about MAML conversion
sdwheeler Oct 12, 2022
c3c0864
Merge pull request #586 from sdwheeler/sdw-FR-Aliases
sdwheeler Oct 12, 2022
7e4665f
Update the YAML schema (#575)
adityapatwardhan Jan 12, 2023
412a0a8
Update OPS schema (#591)
xmdanni Feb 8, 2023
3da7d30
Add new metadata descriptions
sdwheeler Mar 9, 2023
dbc86d6
Merge pull request #594 from sdwheeler/sdw-new-meta
sdwheeler Mar 21, 2023
d386d94
Update schema specs
sdwheeler Mar 23, 2023
0738721
Merge pull request #596 from sdwheeler/sdw-update-spec
sdwheeler Mar 23, 2023
28878a8
Update README.md (#606)
DavideDunne Nov 3, 2023
837945f
Update V2 specs to include more parameter metadata
sdwheeler Dec 5, 2023
a5c4e03
Merge pull request #613 from sdwheeler/sdw-spec
sdwheeler Dec 5, 2023
21d33fc
Change v2 schema for parameter.
JamesWTruher Feb 20, 2024
2d1dd34
Merge pull request #622 from JamesWTruher/v2schemaUpdate01
sdwheeler Feb 21, 2024
f9fa128
Update Code of Conduct and Security Policy (#644)
andyleejordan Jun 12, 2024
bfbb78e
Reorganizing documentation in preparation for p1 release
sdwheeler Oct 22, 2024
4176fb8
Merge pull request #699 from sdwheeler/sdw-docs-reorg
sdwheeler Oct 22, 2024
cfd5eaf
Fix typo in link to schema doc
sdwheeler Oct 22, 2024
7a1cdd2
Merge pull request #700 from sdwheeler/sdw-fix-link
sdwheeler Oct 22, 2024
a5cc2b9
Update cmdlet docs for OPS13
sdwheeler Oct 26, 2024
c7cd89b
Merge pull request #703 from sdwheeler/sdw-w330152-OPS13
sdwheeler Oct 26, 2024
4f2f05e
Update contents of v1 branch
sdwheeler Jul 10, 2025
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
23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

70 changes: 70 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_Report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
name: Bug report 🐛
description: Report errors or unexpected behavior 🤔
labels: Needs-Triage
body:
- type: markdown
attributes:
value: >
This repository is **ONLY** for PlatyPS issues.
- type: checkboxes
attributes:
label: Prerequisites
options:
- label: Write a descriptive title.
required: true
- label: Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/platyPS/releases)
required: true
- label: Search the existing issues.
required: true
- type: textarea
attributes:
label: Steps to reproduce
description: >
List of steps, sample code, failing test or link to a project that reproduces the behavior.
Make sure you place a stack trace inside a code (```) block to avoid linking unrelated issues.
placeholder: >
I am experiencing a problem with X.
I think Y should be happening but Z is actually happening.
validations:
required: true
- type: textarea
attributes:
label: Expected behavior
render: console
placeholder: |
PS> 2 + 2
4
validations:
required: true
- type: textarea
attributes:
label: Actual behavior
render: console
placeholder: |
PS> 2 + 2
5
validations:
required: true
- type: textarea
attributes:
label: Error details
description: Paste verbatim output from `Get-Error` if PowerShell returns an error.
render: console
placeholder: PS> Get-Error
- type: textarea
attributes:
label: Environment data
description: Paste verbatim output from `Get-Modules` and `$PSVersionTable` below.
render: powershell
placeholder: |
PS> Get-Module PlatyPS -ListAvailable
PS> $PSVersionTable
validations:
required: true
- type: textarea
attributes:
label: Visuals
description: >
Please upload images or animations that can be used to reproduce issues in the area below.
Try the [Steps Recorder](https://support.microsoft.com/en-us/windows/record-steps-to-reproduce-a-problem-46582a9b-620f-2e36-00c9-04e25d784e47)
on Windows or [Screenshot](https://support.apple.com/en-us/HT208721) on macOS.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature_Request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Feature Request / Idea 🚀
description: Suggest a new feature or improvement (this does not mean you have to implement it)
labels: [Issue-Enhancement, Needs-Triage]
body:
- type: textarea
attributes:
label: Summary of the new feature / enhancement
description: >
A clear and concise description of what the problem is that the
new feature would solve. Try formulating it in user story style
(if applicable).
placeholder: "'As a user I want X so that Y...' with X being the being the action and Y being the value of the action."
validations:
required: true
- type: textarea
attributes:
label: Proposed technical implementation details (optional)
placeholder: >
A clear and concise description of what you want to happen.
Consider providing an example PowerShell experience with expected result.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: Windows PowerShell
url: https://support.microsoft.com/windows/send-feedback-to-microsoft-with-the-feedback-hub-app-f59187f8-8739-22d6-ba93-f66612949332
about: Windows PowerShell issues or suggestions.
- name: Support
url: https://github.com/PowerShell/PowerShell/blob/master/.github/SUPPORT.md
about: PowerShell Support Questions/Help
- name: Documentation Issue
url: https://github.com/MicrosoftDocs/PowerShell-Docs-Modules/issues/new/choose
about: Please open issues on documentation for PlatyPS here.
23 changes: 18 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,36 @@
CHANGELOG
-------------
# CHANGELOG

## Not released

# 0.14.1
## 1.0.0-preview1

- Total rewrite of the module in C#

## 0.14.2

- Add HelpInfoUri for platyPS module
- CI changes to exclude build on v2 branch
- Fix issues with module and external help file metadata
- Escape # in output ype
- Allow hyphen in module name
- Make sure for script module .psm1 is added to the external help file metadata for nested module
- New-Yaml help generates YAML for common parameters

## 0.14.1

- Fix appveyor build script
- Update-Help for selected modules only
- Pin Pester to version 4.10.1
- Add makecab directive to set size limit to `CDROM`

# 0.14.0
## 0.14.0

* Fix passing `ExcludeDontShow` flag to modules (#459)
* Make `CommonParameters` text use proper link format (#449)
* Modified `GetSchemaVersion` function to assume `2.0.0` if no schema version found (#452)
* Fix errors for `New-MarkdownHelp` `ps1` input (#450)

# 0.13.0
## 0.13.0

* Fix `Update-MarkdownHelp` to not rewrite files if there are not updates (#412) (Thanks @iricigor)
* Add `-ModulePagePath` parameter to `New-MarkdownHelp` for better placement of generated file (#416) (Thanks @PrzemyslawKlys)
Expand Down
10 changes: 10 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Microsoft Open Source Code of Conduct

This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).

Resources:

- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/)
- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
- Contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with questions or concerns
- Employees can reach out at [aka.ms/opensource/moderation-support](https://aka.ms/opensource/moderation-support)
126 changes: 0 additions & 126 deletions CONTRIBUTING.md

This file was deleted.

Loading