Skip to content

Commit f5180d2

Browse files
authored
Create role_feedback.yaml
Signed-off-by: Glenn ten Cate <[email protected]>
1 parent b290281 commit f5180d2

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
name: 🧠 Role Feedback
2+
description: Suggest a change or improvement to a job role or its skill mapping in the framework.
3+
title: "[Role Feedback]: "
4+
labels: [role-feedback, enhancement]
5+
assignees: []
6+
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thank you for contributing to the Global Cybersecurity Skills Framework!
12+
Use this form to propose changes or enhancements to a role definition, skill mapping, or proficiency level.
13+
14+
- type: input
15+
id: role-name
16+
attributes:
17+
label: Role Name
18+
description: The job role this feedback applies to.
19+
placeholder: e.g., Application Security Engineer
20+
validations:
21+
required: true
22+
23+
- type: dropdown
24+
id: change-type
25+
attributes:
26+
label: What type of feedback is this?
27+
options:
28+
- Add a new role
29+
- Change skill level
30+
- Modify task or responsibility
31+
- Correct mapping to external standard (e.g., NICE, DoD 8140, e-CF)
32+
- Other
33+
validations:
34+
required: true
35+
36+
- type: textarea
37+
id: description
38+
attributes:
39+
label: Describe the change
40+
description: Clearly explain your suggested change and the reason behind it.
41+
placeholder: Please describe what you would like to change and why.
42+
validations:
43+
required: true
44+
45+
- type: textarea
46+
id: references
47+
attributes:
48+
label: References or Standards (if any)
49+
description: Link to any relevant frameworks, standards, job descriptions, or authoritative sources.
50+
placeholder: e.g., NICE Work Role ID SP-DEV-002, NIST SP 800-181r1, LinkedIn job post
51+
52+
- type: checkboxes
53+
id: consent
54+
attributes:
55+
label: Contributor Agreement
56+
options:
57+
- label: I agree to follow the Linux Foundation Code of Conduct.
58+
required: true

0 commit comments

Comments
 (0)