Skip to content

Commit 42b93ea

Browse files
Update and rename CUSTOM_ISSUE_TEMPLATE.md to custom_issue.yml
Signed-off-by: LUIZ HAMILTON ROBERTO DA SILVA <[email protected]>
1 parent 8b00e47 commit 42b93ea

2 files changed

Lines changed: 110 additions & 49 deletions

File tree

.github/ISSUE_TEMPLATE/CUSTOM_ISSUE_TEMPLATE.md

Lines changed: 0 additions & 49 deletions
This file was deleted.
Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
name: 📝 Custom Issue
2+
description: Create a custom issue for anything not covered by the other templates.
3+
title: "[Custom]: "
4+
labels:
5+
- triage
6+
- needs-info
7+
8+
body:
9+
- type: markdown
10+
attributes:
11+
value: |
12+
Use this form for anything that doesn't fit a dedicated template.
13+
Provide details and attach logs/screenshots when possible.
14+
15+
- type: textarea
16+
id: description
17+
attributes:
18+
label: 🐛 Describe your issue
19+
description: Clear and concise description of the issue or request.
20+
placeholder: Describe what’s happening (or what you want to propose).
21+
validations:
22+
required: true
23+
24+
- type: textarea
25+
id: steps
26+
attributes:
27+
label: 🔄 Steps to reproduce or proposal
28+
description: |
29+
If it's a bug: steps to reproduce.
30+
If it's an idea: the proposed steps/changes.
31+
placeholder: |
32+
Bug:
33+
1) Go to '...'
34+
2) Click '...'
35+
3) See error '...'
36+
37+
Proposal:
38+
1) Step 1
39+
2) Step 2
40+
3) Step 3
41+
validations:
42+
required: false
43+
44+
- type: textarea
45+
id: expected
46+
attributes:
47+
label: 🎯 Expected outcome
48+
description: What did you expect to happen? What is the ideal outcome?
49+
placeholder: Explain the expected behavior/result.
50+
validations:
51+
required: false
52+
53+
- type: dropdown
54+
id: category
55+
attributes:
56+
label: 🧩 Category
57+
description: Helps with triage routing.
58+
options:
59+
- Bug / Defect
60+
- Documentation
61+
- Enhancement
62+
- Question
63+
- Other
64+
validations:
65+
required: true
66+
67+
- type: input
68+
id: tool
69+
attributes:
70+
label: 🧰 Script/Tool path (if applicable)
71+
description: Example: SysAdmin-Tools/WSUS-Management-Tools/WSUS-Maintenance-Tool.ps1
72+
placeholder: path/to/tool.ps1
73+
validations:
74+
required: false
75+
76+
- type: input
77+
id: os
78+
attributes:
79+
label: 🖥️ OS
80+
placeholder: "Windows 10 / Windows 11 / Windows Server 2019 / 2022 / 2025"
81+
validations:
82+
required: false
83+
84+
- type: input
85+
id: psver
86+
attributes:
87+
label: 🧾 PowerShell version
88+
placeholder: "5.1.x or 7.x"
89+
validations:
90+
required: false
91+
92+
- type: textarea
93+
id: evidence
94+
attributes:
95+
label: 🖼️ Additional info (logs / screenshots / files)
96+
description: Paste logs (redact secrets), or attach files/screenshots.
97+
placeholder: |
98+
- Logs:
99+
- Screenshots:
100+
- Context:
101+
validations:
102+
required: false
103+
104+
- type: checkboxes
105+
id: confirmation
106+
attributes:
107+
label: ✅ Confirmation
108+
options:
109+
- label: I confirm I removed or redacted secrets (passwords, tokens, private keys).
110+
required: true

0 commit comments

Comments
 (0)