From 019f23056b2d28fc6f195666bc28f4d6e5e72059 Mon Sep 17 00:00:00 2001 From: Zykino Date: Thu, 10 Oct 2024 16:26:12 +0200 Subject: [PATCH] =?UTF-8?q?chore(git):=20Add=20plugin=E2=80=99s=20issue=20?= =?UTF-8?q?templates=20(#3621)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Zykino <3809938+Zykino@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/plugin_API.md | 23 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/plugin_idea.md | 22 ++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/plugin_API.md create mode 100644 .github/ISSUE_TEMPLATE/plugin_idea.md diff --git a/.github/ISSUE_TEMPLATE/plugin_API.md b/.github/ISSUE_TEMPLATE/plugin_API.md new file mode 100644 index 000000000..da3b776bb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/plugin_API.md @@ -0,0 +1,23 @@ +--- +name: Plugin API +about: You are developping a plugin and need something +title: '' +labels: plugin-api +assignees: '' + +--- + + + + +1. I have a problem with current APIs + +2. I need a new API + +3. I have a question diff --git a/.github/ISSUE_TEMPLATE/plugin_idea.md b/.github/ISSUE_TEMPLATE/plugin_idea.md new file mode 100644 index 000000000..a49a9ad2e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/plugin_idea.md @@ -0,0 +1,22 @@ +--- +name: "💡 Plugin idea" +about: I would love if the community could bring a feature to life +title: '' +labels: plugin-community-idea +assignees: '' + +--- + + + +# General description + + +# Uses cases + + +