Skip to content

Commit 0144a4b

Browse files
committed
.github: Add Episode Idea issue template
This commit introduces a new issue template to facilitate topic suggestions for the eCHO livestream. Signed-off-by: Donia Chaiehloudj <[email protected]>
1 parent a28c47c commit 0144a4b

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: "Episode Idea"
2+
description: Propose a topic, a guest or use-case for a future eCHO livestream.
3+
title: [Episode Idea] <concise title here>"
4+
labels: ["episode-idea", "pending"]
5+
assignees: ["lizrice", "thebsdbox", "paularah"]
6+
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
## eCHO Episode Idea 💡
12+
#### :bee: Thank you for your contribution! Please provide as much detail as possible so we can evaluate and schedule your idea for a future eCHO livestream. :bee:
13+
14+
- type: textarea
15+
id: details
16+
attributes:
17+
label: Details
18+
description: Outline the topic, the guest we should invite, the feature you would like to see demoed, any useful links. Bullet points welcome.
19+
placeholder: |
20+
* Topic: How ClusterMesh routes service traffic across regions
21+
* Guest(s): @username, @another-guest
22+
* Demo: Fail-over between AWS and GCP clusters
23+
* Links: docs.example.com
24+
render: markdown
25+
26+
- type: dropdown
27+
id: theme
28+
attributes:
29+
label: Theme
30+
description: Choose the closest theme; we may adjust later.
31+
multiple: true
32+
options:
33+
- Cilium
34+
- eBPF
35+
- Tetragon
36+
- Other / Mixed

0 commit comments

Comments
 (0)