diff --git a/.github/ISSUE_TEMPLATE/room-request.yml b/.github/ISSUE_TEMPLATE/room-request.yml new file mode 100644 index 0000000..e3a6d0a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/room-request.yml @@ -0,0 +1,23 @@ +name: Community Room Request +description: Request a new Community Room +title: '[Community Room Request]: ' +labels: ['room request'] +assignees: + - jeremyckahn +body: + - type: input + id: room-url + attributes: + label: Room URL + description: What is the Chitchatter URL for this room? + placeholder: ex. https://chitchatter.im/public/room-subject + validations: + required: true + - type: input + id: room-subject + attributes: + label: Room Subject + description: What should be discussed in this room? + placeholder: ex. Technology, video games, etc. + validations: + required: true