File tree Expand file tree Collapse file tree 2 files changed +57
-38
lines changed Expand file tree Collapse file tree 2 files changed +57
-38
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments