From df2ab0a252420b391731c57267b5a179a8f7ba03 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sun, 21 Jun 2020 16:13:55 +0100 Subject: [PATCH] Update issue templates --- .../ISSUE_TEMPLATE/plugin-request-template.md | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/plugin-request-template.md diff --git a/.github/ISSUE_TEMPLATE/plugin-request-template.md b/.github/ISSUE_TEMPLATE/plugin-request-template.md new file mode 100644 index 000000000..92e7b0d47 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/plugin-request-template.md @@ -0,0 +1,30 @@ +--- +name: Plugin request template +about: Describe this issue template's purpose here. +title: '' +labels: Plugin Request +assignees: JohnMcLear + +--- + +* * * + +name: Plugin request +about: Suggest a plugin for this project +title: '' +labels: plugin request +assignees: + +* * * + +**Is your plugin request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when (...) + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the plugin request here.