diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..4585f4a53 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,4 @@ +contact_links: +- name: Question + url: https://github.com/plan-player-analytics/Plan/discussions/new + about: Ask a question about the plugin or installation on the Discussions forum diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index c7dc3760a..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Suggestion -about: Feature request or an addition ---- - -### Is your feature request related to a problem? Please describe. - - -### I would like to be able to.. - diff --git a/.github/ISSUE_TEMPLATE/plugin_request.md b/.github/ISSUE_TEMPLATE/plugin_request.md deleted file mode 100644 index b760a8d71..000000000 --- a/.github/ISSUE_TEMPLATE/plugin_request.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: Plugin Suggestion -about: Suggest data from another plugin for Plan -labels: 'New Data, DataExtensions, Help Wanted' - ---- - -### Data to display - - -### Plugin information - - -**API or Source Code:** [Link](URL HERE) - -**Project page or Downloads:** [Link](URL HERE) diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index 523af561d..000000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -name: Question -about: Ask a Question about the plugin, see 'Possible Pitfalls' under Projects before asking your question. -labels: 'Question' - ---- - - - - -### Additional context - diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml deleted file mode 100644 index b36fab98c..000000000 --- a/.github/ISSUE_TEMPLATE/question.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Question -description: Ask a Question about the plugin -labels: [Question] -body: -- type: markdown - attributes: - value: | - > Before opening a question: - > - See if [the wiki](https://github.com/plan-player-analytics/Plan/wiki#tutorials) has an answer to your question - > - See if [the question has been answered](https://github.com/plan-player-analytics/Plan/projects/4) -- type: textarea - attributes: - label: Question - description: Write your question here - validations: - required: true -- type: textarea - attributes: - label: Additional context - description: Any additional information to understand the question better \ No newline at end of file