-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a558a23
commit 74dc066
Showing
4 changed files
with
164 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
name: 🪲 Bug Report | ||
description: Report a bug or problem. | ||
title: "[Bug]: " | ||
labels: ["bug","triage"] | ||
assignees: | ||
- jdhitsolutions | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: "## Thank you for bringing this to our attention." | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the problem | ||
description: Please describe the bug or problem including the exact syntax you are using and any error or warning messages. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected-behavior | ||
attributes: | ||
label: Expectation | ||
description: What did you expect to happen? | ||
- type: textarea | ||
id: additional-info | ||
attributes: | ||
label: Additional Information | ||
description: Do you have any additional information or context that you think will be helpful in resolving this issue? | ||
- type: dropdown | ||
id: psversion | ||
attributes: | ||
label: PowerShell version | ||
description: What version of PowerShell are you running? | ||
options: | ||
- '4.0' | ||
- '5.1' | ||
- 6.x | ||
- '7.0' | ||
- '7.1' | ||
- '7.2' | ||
- Other | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: platform | ||
attributes: | ||
label: Platform | ||
description: What operating system are you running? | ||
options: | ||
- Windows 10 Home | ||
- Windows 11 Home | ||
- Windows 10 Pro or Enterprise | ||
- Windows 11 Pro or Enterprise | ||
- MacOS | ||
- Linux | ||
- Other | ||
- type: checkboxes | ||
id: checks | ||
attributes: | ||
label: Additional Checks | ||
description: Have you verified the following? | ||
options: | ||
- label: You are using the latest version of this module. | ||
required: true | ||
- label: You have read this repository's README file. | ||
- label: You have read full help and examples for the command you are having problems with. | ||
- label: You are running PowerShell in an elevated session. | ||
- label: You are running in a traditional PowerShell console or Windows Terminal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: README | ||
url: https://github.com/jdhitsolutions/PSTypeExtensionTools/blob/master/README.md | ||
about: Open this module's README.md file. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
name: 💡Feature Request | ||
description: Request a new feature or enhancement | ||
title: "[Request]: " | ||
labels: ["enhancement","triage"] | ||
assignees: | ||
- jdhitsolutions | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: "## Thank you for bringing this to our attention." | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the request | ||
description: Please describe your feature request or enhancement in detail. What deficiency does it address in the module? What use cases support your request? | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: psversion | ||
attributes: | ||
label: PowerShell version | ||
description: What version of PowerShell are you running? | ||
options: | ||
- '4.0' | ||
- '5.1' | ||
- 6.x | ||
- '7.0' | ||
- '7.1' | ||
- '7.2' | ||
- Other | ||
validations: | ||
required: false | ||
- type: dropdown | ||
id: platform | ||
attributes: | ||
label: Platform | ||
description: What operating system are you running? | ||
options: | ||
- Windows 10 Home | ||
- Windows 11 Home | ||
- Windows 10 Pro or Enterprise | ||
- Windows 11 Pro or Enterprise | ||
- MacOS | ||
- Linux | ||
- Other | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
name: 🤔Other Request or Question | ||
description: Open a request for all other issues | ||
title: "[Question]: " | ||
labels: ["question","triage"] | ||
assignees: | ||
- jdhitsolutions | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the question or issue | ||
description: What is on your mind? | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: psversion | ||
attributes: | ||
label: PowerShell version | ||
description: What version of PowerShell are you running? | ||
options: | ||
- '4.0' | ||
- '5.1' | ||
- 6.x | ||
- '7.0' | ||
- '7.1' | ||
- '7.2' | ||
- Other | ||
validations: | ||
required: false | ||
- type: dropdown | ||
id: platform | ||
attributes: | ||
label: Platform | ||
description: What operating system are you running? | ||
options: | ||
- Windows 10 Home | ||
- Windows 11 Home | ||
- Windows 10 Pro or Enterprise | ||
- Windows 11 Pro or Enterprise | ||
- MacOS | ||
- Linux | ||
- Other | ||
|
||
|