Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/tsc-agenda.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: TSC Meeting Agenda Item
description: Propose an agenda item to discuss at an upcoming TSC meeting
title: "AGENDA TOPIC"
labels: ["meeting-agenda"]
body:
- type: markdown
attributes:
value: |
Please set the issue title above to the agenda topic, and fill out the following details to have this added to a future TSC meeting agenda.
- type: textarea
id: details
attributes:
label: Please share any additional details on this topic
validations:
required: true
- type: textarea
id: tsc-action
attributes:
label: Detail what actions or feedback you would like from the TSC
validations:
required: true
- type: dropdown
id: topic-length
attributes:
label: How much time do you need for this topic?
description: Pick the option that is closest to the time you need for the topic.
multiple: false
options:
- 5 minutes or less
- 20 minutes
Loading