Skip to content

Commit 04d2944

Browse files
Fix templates
1 parent ea86648 commit 04d2944

File tree

13 files changed

+77
-297
lines changed

13 files changed

+77
-297
lines changed
Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,33 @@ body:
1010
value: |
1111
Thanks for taking the time to fill out this bug report! Please provide as much information as possible so we can help you quickly.
1212
- type: textarea
13-
id: bug-description
13+
id: description
1414
attributes:
1515
label: Describe the bug
1616
description: A clear and concise description of what the bug is vs. what you expected to happen.
1717
validations:
1818
required: true
1919
- type: textarea
20-
id: version
20+
id: psversion
2121
attributes:
22-
label: Version information
22+
label: PowerShell version
2323
description: |
24-
What version are you running of PowerShell and the module?
25-
Please run this to and paste the info here:
24+
What version are you running of PowerShell?
25+
Please run this and paste the info here:
2626
```powershell
27-
$PSVersionTable
28-
Get-InstalledModule -Name 'MyModule' | Select-Object *
27+
$PSVersionTable | clip
28+
```
29+
validations:
30+
required: true
31+
- type: textarea
32+
id: moduleversion
33+
attributes:
34+
label: Module version
35+
description: |
36+
What version are you running of the module?
37+
Please run this and paste the info here:
38+
```powershell
39+
Get-InstalledModule -Name '>>ModuleName<<' | Select-Object *
2940
```
3041
validations:
3142
required: true
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# For top level: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms
2+
name: 🩹 [Patch]
3+
description: Submit a request to improve or change something that already exists
4+
title: '🩹 [Patch]: '
5+
labels: ['patch', 'triage']
6+
# For body: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for taking the time to fill out this issue! Please provide as much information as possible so we can help you quickly.
12+
- type: textarea
13+
id: description
14+
attributes:
15+
label: Describe the change
16+
description: A clear and concise description of what you would want to change.
17+
validations:
18+
required: true
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms
2+
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema
3+
name: 🚀 [Feature]
4+
description: Suggest/request a new feature
5+
title: '🚀[Feature]: '
6+
labels: ['feature', 'triage']
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thank you for suggesting a new feature. Please provide as much information as possible so we can understand your request better.
12+
- type: textarea
13+
id: description
14+
attributes:
15+
label: Description
16+
description: |
17+
Please describe your idea/request
18+
Feel free to add suggestions how you would like to see this implemented.
19+
Are there alternatives you've considered?
20+
validations:
21+
required: true
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# For top level: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms
2+
name: 🌞 [Other]
3+
description: Submit an issue with any other topic
4+
title: '🌞 [Other]: '
5+
labels: ['triage']
6+
# For body: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for taking the time to fill out this form! Please provide as much information as possible so we can help you quickly.
12+
- type: textarea
13+
id: description
14+
attributes:
15+
label: Description
16+
description: A clear and concise description.
17+
validations:
18+
required: true

.github/ISSUE_TEMPLATE/General.md

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

.github/ISSUE_TEMPLATE/Problem_with_module.yml

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

.github/ISSUE_TEMPLATE/Problem_with_resource.yml

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

.github/ISSUE_TEMPLATE/Resource_proposal.yml

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

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,2 @@
11
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository
22
blank_issues_enabled: false
3-
contact_links:
4-
- name: GitHub Community Support
5-
url: https://github.community/
6-
about: Please ask and answer questions here.
7-
- name: GitHub Security Bug Bounty
8-
url: https://bounty.github.com/
9-
about: Please report security vulnerabilities here.

.github/ISSUE_TEMPLATE/custom.md

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

0 commit comments

Comments
 (0)