summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/ISSUE_TEMPLATE/1_bug_report.md (renamed from .github/ISSUE_TEMPLATE/bug_report.md)0
-rw-r--r--.github/ISSUE_TEMPLATE/2_feature_request.md (renamed from .github/ISSUE_TEMPLATE/feature_request.md)0
-rw-r--r--.github/ISSUE_TEMPLATE/3_bot_list.yml56
-rw-r--r--README.md1
4 files changed, 57 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/1_bug_report.md
index 43e26c1cc..43e26c1cc 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/1_bug_report.md
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/2_feature_request.md
index b8f2426c9..b8f2426c9 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/2_feature_request.md
diff --git a/.github/ISSUE_TEMPLATE/3_bot_list.yml b/.github/ISSUE_TEMPLATE/3_bot_list.yml
new file mode 100644
index 000000000..9b59f1cda
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/3_bot_list.yml
@@ -0,0 +1,56 @@
+name: 🤖 Add a Bot
+description: 🤖 Request to add an existing bot to the docs/bot-list
+title: "[🤖 Bot]: "
+labels: ["1. to develop", "enhancement", "feature: bots 🤖"]
+assignees:
+ - nickvergessen
+body:
+- type: input
+ id: botname
+ attributes:
+ label: Bot name
+ description: Should be the name users and moderators also see later on in the UI
+ placeholder: e.g. Call summary bot
+ validations:
+ required: true
+- type: textarea
+ id: description
+ attributes:
+ label: Description
+ description: Useful, but short description, best to keep it to 1-3 lines of text.
+ placeholder: "The call summary bot posts an overview message after the call listing all participants and outlining tasks."
+ value:
+ validations:
+ required: true
+- type: input
+ id: screenshot
+ attributes:
+ label: Screenshot URL
+ description: Max. width 700px, max. height 480px
+ placeholder: https://github.com/nextcloud/call_summary_bot/blob/main/docs/screenshot.png
+ validations:
+ required: true
+- type: input
+ id: license
+ attributes:
+ label: License
+ description: Identifier of the license (See [https://spdx.org/licenses/](https://spdx.org/licenses/))
+ placeholder: AGPL-3.0-or-later
+ validations:
+ required: true
+- type: input
+ id: source
+ attributes:
+ label: Source code URL
+ description: Link to source code / repository
+ placeholder: https://github.com/nextcloud/call_summary_bot
+ validations:
+ required: true
+- type: input
+ id: install
+ attributes:
+ label: Installation steps
+ description: Link to the readme or other docs how to install the bot
+ placeholder: https://github.com/nextcloud/call_summary_bot#readme
+ validations:
+ required: true
diff --git a/README.md b/README.md
index 3fe2cc5ef..3cd2577fc 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,7 @@ If you have suggestions or problems, please [open an issue](https://github.com/n
* **[📙 User documentation](https://docs.nextcloud.com/server/latest/user_manual/en/talk/index.html)**
* **[💻 Server system requirements](https://nextcloud-talk.readthedocs.io/en/latest/system-requirements/)**
* **[📗 Administration documentation](https://nextcloud-talk.readthedocs.io/en/latest/#administration-documentation)**
+* **[🤖 Bots/Webhooks documentation](https://nextcloud-talk.readthedocs.io/en/latest/bots/)**
* **[⚙️ API documentation](https://nextcloud-talk.readthedocs.io/en/latest/#talk-api)**
### 📦 Installing for Production