mirror of
https://github.com/confidential-containers/confidential-containers.git
synced 2025-09-24 21:17:42 +00:00
templates: add meeting request issue template
A template to help people request meetings using the official CoCo Zoom. Let's try out the fancy new github issue forms. Signed-off-by: Tobin Feldman-Fitzthum <tobin@ibm.com>
This commit is contained in:
committed by
Tobin Feldman-Fitzthum
parent
54b275921d
commit
702093defe
49
.github/ISSUE_TEMPLATE/meeting-request.yml
vendored
Normal file
49
.github/ISSUE_TEMPLATE/meeting-request.yml
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
---
|
||||
name: Meeting Request
|
||||
description: Request for a CoCo Zoom room for a meeting
|
||||
title: "[Meeting Request]"
|
||||
labels: meeting-request
|
||||
assignees:
|
||||
- fitzthum
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Fill in this form to request a Zoom meeting with the official CoCo Zoom.
|
||||
All meetings will be public and recorded.
|
||||
- type: input
|
||||
id: title
|
||||
attributes:
|
||||
label: Meeting Title
|
||||
description: What is the title of the meeting?
|
||||
placeholder: Ex. CoCo-IO Discussion
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Meeting Description
|
||||
description: What is the purpose of the meeting
|
||||
placeholder: Ex. coordinate search for extraterrestrial life
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: when
|
||||
attributes:
|
||||
label: Meeting date and time
|
||||
description: When is the meeting?
|
||||
placeholder: Ex. September 8th, 2023 at 10 PM EST
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: recurrence
|
||||
attributes:
|
||||
label: Meeting recurrence
|
||||
description: When should this meeting repeat?
|
||||
options:
|
||||
- Never
|
||||
- Weekly
|
||||
- Biweekly
|
||||
- Monthly
|
||||
validations:
|
||||
required: true
|
Reference in New Issue
Block a user