From f5b94bd6643a1441a83b64506b880160e33249df Mon Sep 17 00:00:00 2001 From: John McLear Date: Sun, 21 Jun 2020 16:12:57 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/custom.md | 30 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 12 +++++++++ 2 files changed, 42 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/custom.md diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 000000000..ec8e0049e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,30 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. +title: '' +labels: Plugin Request +assignees: '' + +--- + +* * * + +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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 41867e270..9f8fe9f89 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,3 +1,12 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: Feature Request +assignees: '' + +--- + * * * name: Feature request @@ -19,3 +28,6 @@ A clear and concise description of any alternative solutions or features you've **Additional context** Add any other context or screenshots about the feature request here. + +**Plugin?** +Might this feature be better suited to being a plugin? Usually features that can be plugins, should be.