Skip to content

Commit

Permalink
added new issue forms
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhitsolutions committed Mar 2, 2022
1 parent a558a23 commit 74dc066
Show file tree
Hide file tree
Showing 4 changed files with 164 additions and 0 deletions.
68 changes: 68 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
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

5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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.
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
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


44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/other-request.yml
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


0 comments on commit 74dc066

Please sign in to comment.