Skip to content

Commit 63ba211

Browse files
authored
Create issue template for the wall of fame
1 parent 0330020 commit 63ba211

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
name: CodeQL Wall of Fame submission
2+
description: Propose an entry to the CodeQL Wall of Fame (https://securitylab.github.com/codeql-wall-of-fame)
3+
title: "[wall-of-fame]: <short description>"
4+
labels: [wall-of-fame]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
# Welcome!
10+
11+
Thank you for submitting an entry for the CodeQL Wall of Fame!
12+
13+
# Details
14+
- type: input
15+
id: date
16+
attributes:
17+
label: Date
18+
description: Publication date of the blog post, in YYYY-MM-DD format
19+
placeholder: |
20+
ex. 2023-01-01
21+
validations:
22+
required: true
23+
- type: input
24+
id: title
25+
attributes:
26+
label: Title
27+
description: Title of the blog post
28+
validations:
29+
required: true
30+
- type: input
31+
id: author
32+
attributes:
33+
label: Author
34+
description: Author of the blog post
35+
validations:
36+
required: true
37+
- type: input
38+
id: url
39+
attributes:
40+
label: URL
41+
description: URL of the blog post
42+
validations:
43+
required: true
44+
- type: input
45+
id: cve
46+
attributes:
47+
label: CVE
48+
description: CVE ID(s), comma separated
49+
placeholder: |
50+
ex. CVE-2023-0001, CVE-2023-0002
51+
validations:
52+
required: true
53+
- type: textarea
54+
id: description
55+
attributes:
56+
label: description
57+
description: Short summary of the blog post
58+
validations:
59+
required: true

0 commit comments

Comments
 (0)