From 50e45a7b54420b0a27cedfccbbbc6d5e5321528f Mon Sep 17 00:00:00 2001 From: yangchunxuan Date: Wed, 8 Jul 2026 14:03:51 +0800 Subject: [PATCH] chore: add issue templates for bot and connector requests --- .github/ISSUE_TEMPLATE/bot_request.yml | 10 ++++++++++ .github/ISSUE_TEMPLATE/connector_request.yml | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bot_request.yml create mode 100644 .github/ISSUE_TEMPLATE/connector_request.yml diff --git a/.github/ISSUE_TEMPLATE/bot_request.yml b/.github/ISSUE_TEMPLATE/bot_request.yml new file mode 100644 index 0000000..980ad13 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bot_request.yml @@ -0,0 +1,10 @@ +name: Bot Request +description: Request a new bot integration +body: + - type: textarea + id: description + attributes: + label: Description + description: Please describe the bot integration you would like. + validations: + required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/connector_request.yml b/.github/ISSUE_TEMPLATE/connector_request.yml new file mode 100644 index 0000000..3dfd058 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/connector_request.yml @@ -0,0 +1,10 @@ +name: Connector Request +description: Request a new connector +body: + - type: textarea + id: description + attributes: + label: Description + description: Please describe the connector you need. + validations: + required: true \ No newline at end of file