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

Closed
wants to merge 26 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
11fff7e
Run Appveyor CI on branches other than v2 (#523)
adityapatwardhan May 13, 2021
6d55711
Add v2.0 spec (#507)
sdwheeler May 19, 2021
c588814
Fix issues with module name and external help file metadata (#542)
adityapatwardhan Jun 29, 2021
8abb802
Allow `New-YamlHelp` to generate YAML for Common Parameters (#547)
adityapatwardhan Jul 2, 2021
659cec8
Update CHANGELOG for 0.14.2 release (#548)
adityapatwardhan Jul 2, 2021
99f21a6
Reset the expected value
adityapatwardhan Oct 12, 2017
62ce030
Update issue templates
sdwheeler Apr 11, 2022
7508b20
(AB-1952370) Add link to docs repo in issue picker
michaeltlombardi Jun 14, 2022
04f5722
Update config.yml
sdwheeler Jun 22, 2022
4676b6f
Update config.yml
sdwheeler Jun 22, 2022
2fb5920
OPS Schema updates (#572)
adityapatwardhan Jun 28, 2022
e0b3f20
Add Alias support to spec docs
sdwheeler Aug 29, 2022
477f6ca
Update alias spec and examples
sdwheeler Oct 12, 2022
894730d
Update note about MAML conversion
sdwheeler Oct 12, 2022
0ae7da4
Update the YAML schema (#575)
adityapatwardhan Jan 12, 2023
c6d3714
Update OPS schema (#591)
xmdanni Feb 8, 2023
c664b20
Add new metadata descriptions
sdwheeler Mar 9, 2023
063120b
Update schema specs
sdwheeler Mar 23, 2023
dd8a49d
Update README.md (#606)
DavideDunne Nov 3, 2023
e888501
Update V2 specs to include more parameter metadata
sdwheeler Dec 5, 2023
371bbc0
Change v2 schema for parameter.
JamesWTruher Feb 20, 2024
d9d26cf
Update Code of Conduct and Security Policy (#644)
andyleejordan Jun 12, 2024
e82f544
Reorganizing documentation in preparation for p1 release
sdwheeler Oct 22, 2024
765100f
Fix typo in link to schema doc
sdwheeler Oct 22, 2024
3a82064
Update cmdlet docs for OPS13
sdwheeler Oct 26, 2024
d396496
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 [[email protected]](mailto:[email protected]) 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