Skip to content

Commit b59e75a

Browse files
committed
Add issue templates for submitting a talk or hosting an event
1 parent af5727f commit b59e75a

File tree

2 files changed

+92
-0
lines changed

2 files changed

+92
-0
lines changed
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
name: Submit a Talk
2+
description: Join Cloud Native Linz as a speaker and share your knowledge with the community.
3+
title: "[Talk Proposal]: "
4+
labels: [ "talk-proposal" ]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for your interest in speaking at the Cloud Native Linz meetup! We're excited to hear what you have to share.
10+
- type: input
11+
id: name
12+
attributes:
13+
label: What's your name?
14+
validations:
15+
required: true
16+
- type: input
17+
id: email
18+
attributes:
19+
label: Email
20+
validations:
21+
required: true
22+
- type: textarea
23+
id: bio
24+
attributes:
25+
label: Bio
26+
description: Tell us a bit about yourself. This will be used to introduce you at the meetup.
27+
validations:
28+
required: true
29+
- type: input
30+
id: title
31+
attributes:
32+
label: Talk Title
33+
description: What is the title of your talk?
34+
validations:
35+
required: true
36+
- type: textarea
37+
id: abstract
38+
attributes:
39+
label: Talk Abstract
40+
description: Provide a brief description of your talk. We'll use this in the meetup announcement and to help us understand the content and audience.
41+
validations:
42+
required: true
43+
- type: textarea
44+
id: takeaways
45+
attributes:
46+
label: 3 Key Takeaways for the Community
47+
description: What are the three main points or lessons that attendees will learn from your talk?
48+
validations:
49+
required: true
50+
- type: checkboxes
51+
id: terms
52+
attributes:
53+
label: Code of Conduct
54+
description: By submitting this issue, you agree to follow the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md).
55+
options:
56+
- label: I agree to follow this meetups's Code of Conduct
57+
required: true
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: Host Us
2+
description: Join Cloud Native Linz as a host and help us organize the next meetup.
3+
title: "[Hosting Request]: "
4+
labels: [ "hosting-request" ]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for your interest in hosting one of the next Cloud Native Linz meetups! We're excited to get to know you and your company.
10+
- type: input
11+
id: name
12+
attributes:
13+
label: What's your name?
14+
validations:
15+
required: true
16+
- type: input
17+
id: email
18+
attributes:
19+
label: Email
20+
validations:
21+
required: true
22+
- type: input
23+
id: company
24+
attributes:
25+
label: Company Name
26+
validations:
27+
required: true
28+
- type: checkboxes
29+
id: terms
30+
attributes:
31+
label: Code of Conduct
32+
description: By submitting this issue, you agree to follow the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md).
33+
options:
34+
- label: I agree to follow this meetups's Code of Conduct
35+
required: true

0 commit comments

Comments
 (0)