From dc60b85e0299ba1fe7d25e933f21888eb3e64583 Mon Sep 17 00:00:00 2001 From: Jeremy Kahn Date: Wed, 26 Oct 2022 09:36:20 -0500 Subject: [PATCH] chore: add room request issue template --- .github/ISSUE_TEMPLATE/room-request.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/room-request.yml 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