Skip to content

Commit 95c3356

Browse files
Merge pull request #113 from CloudNativeLinz/feature/issue-templates
Add issue templates for submitting a talk or hosting an event
2 parents f141d66 + 256a4d9 commit 95c3356

File tree

2 files changed

+101
-0
lines changed

2 files changed

+101
-0
lines changed
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
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: contact
18+
attributes:
19+
label: Contact Details
20+
description: How can we reach out to you?
21+
validations:
22+
required: true
23+
- type: textarea
24+
id: bio
25+
attributes:
26+
label: Bio
27+
description: Tell us a bit about yourself. This will be used to introduce you at the meetup.
28+
validations:
29+
required: true
30+
- type: input
31+
id: title
32+
attributes:
33+
label: Talk Title
34+
description: What is the title of your talk?
35+
validations:
36+
required: true
37+
- type: textarea
38+
id: abstract
39+
attributes:
40+
label: Talk Abstract
41+
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.
42+
validations:
43+
required: true
44+
- type: textarea
45+
id: takeaways
46+
attributes:
47+
label: 3 Key Takeaways for the Community
48+
description: What are the three main points or lessons that attendees will learn from your talk?
49+
validations:
50+
required: true
51+
- type: checkboxes
52+
id: terms
53+
attributes:
54+
label: Code of Conduct
55+
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).
56+
options:
57+
- label: I agree to follow this meetups's Code of Conduct
58+
required: true
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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: contact
18+
attributes:
19+
label: Contact Details
20+
description: How can we reach out to you?
21+
validations:
22+
required: true
23+
- type: input
24+
id: company
25+
attributes:
26+
label: Company Name
27+
validations:
28+
required: true
29+
- type: textarea
30+
id: additionalinfo
31+
attributes:
32+
label: additional Information
33+
description: Is there anything else you would like to share with us?
34+
validations:
35+
required: false
36+
- type: checkboxes
37+
id: terms
38+
attributes:
39+
label: Code of Conduct
40+
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).
41+
options:
42+
- label: I agree to follow this meetups's Code of Conduct
43+
required: true

0 commit comments

Comments
 (0)