Skip to content

Commit 4b283be

Browse files
committed
Add cybersecurity category
1 parent c60f033 commit 4b283be

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Subsequently, the `README.md` file is automatically generated, so you don't have
4646
2. design_ux
4747
3. marketing_writing
4848
4. hr
49+
5. cybersecurity
4950

5051
#### Allowed Company Types
5152

src/pkg/cmp/company.go

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ var (
2323
"design_ux": true,
2424
"marketing_writing": true,
2525
"hr": true,
26+
"cybersecurity": true,
2627
}
2728
allowedHiringPolicies = map[string]bool{
2829
"-": true,

0 commit comments

Comments
 (0)