Skip to content

Commit 9c67d91

Browse files
authored
Update and rename bug_report.md to bug_report.yaml
Signed-off-by: Glenn ten Cate <[email protected]>
1 parent 510b840 commit 9c67d91

File tree

2 files changed

+57
-38
lines changed

2 files changed

+57
-38
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 38 deletions
This file was deleted.
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
name: 🐞 Bug Report
2+
description: File a bug report to help us improve the Global Cybersecurity Skills Framework.
3+
title: "[Bug]: "
4+
labels: [bug]
5+
assignees: []
6+
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thank you for reporting a bug! Please fill out the form below to help us reproduce and fix the issue.
12+
13+
- type: input
14+
id: page
15+
attributes:
16+
label: File or page where the bug occurs
17+
description: Include the file name or path (e.g., `roles/developer.json`)
18+
placeholder: e.g. `roles/developer.json`
19+
validations:
20+
required: true
21+
22+
- type: textarea
23+
id: what-happened
24+
attributes:
25+
label: Describe the bug
26+
description: A clear and concise description of what the bug is.
27+
placeholder: e.g. Wrong skill level listed for 'Incident Response Analyst'
28+
validations:
29+
required: true
30+
31+
- type: textarea
32+
id: expected
33+
attributes:
34+
label: What did you expect to happen?
35+
description: Tell us what the correct behavior should be.
36+
placeholder: I expected to see...
37+
38+
- type: dropdown
39+
id: priority
40+
attributes:
41+
label: Priority
42+
options:
43+
- Low
44+
- Medium
45+
- High
46+
- Critical
47+
description: How urgent is this issue?
48+
validations:
49+
required: false
50+
51+
- type: checkboxes
52+
id: terms
53+
attributes:
54+
label: Code of Conduct
55+
options:
56+
- label: I agree to follow this project's [Code of Conduct](../CODE_OF_CONDUCT.md)
57+
required: true

0 commit comments

Comments
 (0)