Skip to content

Commit 6ac38a0

Browse files
adding issue forms
1 parent 108563f commit 6ac38a0

7 files changed

Lines changed: 164 additions & 62 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
name: 🪲 Bug Report
2+
description: Report a bug or problem.
3+
title: "[Bug]: "
4+
labels: ["bug","triage"]
5+
assignees:
6+
- jdhitsolutions
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: "## Thank you for bringing this to our attention."
11+
- type: textarea
12+
id: description
13+
attributes:
14+
label: Describe the problem
15+
description: Please describe the bug or problem including the exact syntax you are using and any error or warning messages.
16+
validations:
17+
required: true
18+
- type: textarea
19+
id: expected-behavior
20+
attributes:
21+
label: Expectation
22+
description: What did you expect to happen?
23+
- type: textarea
24+
id: additional-info
25+
attributes:
26+
label: Additional Information
27+
description: Do you have any additional information or context that you think will be helpful in resolving this issue?
28+
- type: dropdown
29+
id: psversion
30+
attributes:
31+
label: PowerShell version
32+
description: What version of PowerShell are you running?
33+
options:
34+
- '4.0'
35+
- '5.1'
36+
- 6.x
37+
- '7.0'
38+
- '7.1'
39+
- '7.2'
40+
- Other
41+
validations:
42+
required: true
43+
- type: dropdown
44+
id: platform
45+
attributes:
46+
label: Platform
47+
description: What operating system are you running?
48+
options:
49+
- Windows 10 Home
50+
- Windows 11 Home
51+
- Windows 10 Pro or Enterprise
52+
- Windows 11 Pro or Enterprise
53+
- MacOS
54+
- Linux
55+
- Other
56+
- type: checkboxes
57+
id: checks
58+
attributes:
59+
label: Additional Checks
60+
description: Have you verified the following?
61+
options:
62+
- label: You are using the latest version of this module.
63+
required: true
64+
- label: You have read this repository's README file.
65+
- label: You have read full help and examples for the command you are having problems with.
66+
- label: You are running PowerShell in an elevated session.
67+
- label: You are running in a traditional PowerShell console or Windows Terminal
68+

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: README
4+
url: https://github.com/jdhitsolutions/PSScriptTools/blob/master/README.md
5+
about: Open this module's README.md file.
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
name: 💡Feature Request
2+
description: Request a new feature or enhancement
3+
title: "[Request]: "
4+
labels: ["enhancement","triage"]
5+
assignees:
6+
- jdhitsolutions
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: "## Thank you for bringing this to our attention."
11+
- type: textarea
12+
id: description
13+
attributes:
14+
label: Describe the request
15+
description: Please describe your feature request or enhancement in detail. What deficiency does it address in the module? What use cases support your request?
16+
validations:
17+
required: true
18+
- type: dropdown
19+
id: psversion
20+
attributes:
21+
label: PowerShell version
22+
description: What version of PowerShell are you running?
23+
options:
24+
- '4.0'
25+
- '5.1'
26+
- 6.x
27+
- '7.0'
28+
- '7.1'
29+
- '7.2'
30+
- Other
31+
validations:
32+
required: false
33+
- type: dropdown
34+
id: platform
35+
attributes:
36+
label: Platform
37+
description: What operating system are you running?
38+
options:
39+
- Windows 10 Home
40+
- Windows 11 Home
41+
- Windows 10 Pro or Enterprise
42+
- Windows 11 Pro or Enterprise
43+
- MacOS
44+
- Linux
45+
- Other
46+
47+

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
name: 🤔Other Request or Question
2+
description: Open a request for all other issues
3+
title: "[Question]: "
4+
labels: ["question","triage"]
5+
assignees:
6+
- jdhitsolutions
7+
body:
8+
- type: textarea
9+
id: description
10+
attributes:
11+
label: Describe the question or issue
12+
description: What is on your mind?
13+
validations:
14+
required: true
15+
- type: dropdown
16+
id: psversion
17+
attributes:
18+
label: PowerShell version
19+
description: What version of PowerShell are you running?
20+
options:
21+
- '4.0'
22+
- '5.1'
23+
- 6.x
24+
- '7.0'
25+
- '7.1'
26+
- '7.2'
27+
- Other
28+
validations:
29+
required: false
30+
- type: dropdown
31+
id: platform
32+
attributes:
33+
label: Platform
34+
description: What operating system are you running?
35+
options:
36+
- Windows 10 Home
37+
- Windows 11 Home
38+
- Windows 10 Pro or Enterprise
39+
- Windows 11 Pro or Enterprise
40+
- MacOS
41+
- Linux
42+
- Other
43+
44+

0 commit comments

Comments
 (0)