From 714f2f5de8b1c68861628bebf4cc284a4b6b050c Mon Sep 17 00:00:00 2001 From: Sebastian Spaink <3441183+sspaink@users.noreply.github.com> Date: Wed, 3 Aug 2022 12:31:12 -0500 Subject: [PATCH] chore: Migrate all issue templates to yaml (#11612) --- .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml | 37 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/Feature_request.md | 18 ----------- .github/ISSUE_TEMPLATE/SUPPORT.yml | 19 +++++++++++ .github/ISSUE_TEMPLATE/Support.md | 22 ------------- 4 files changed, 56 insertions(+), 40 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml delete mode 100644 .github/ISSUE_TEMPLATE/Feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/SUPPORT.yml delete mode 100644 .github/ISSUE_TEMPLATE/Support.md diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml new file mode 100644 index 000000000..46ec2dfbd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml @@ -0,0 +1,37 @@ +name: Feature request +description: Create a feature request to make Telegraf more awesome +labels: ["feature request"] +body: + - type: markdown + attributes: + value: | + Thanks for taking time to share with us this feature request! Please describe why you would like this feature to be added to Telegraf, how you plan to use it to make your life better. + - type: textarea + id: use-case + attributes: + label: Use Case + description: Describe how you plan to use this feature. + validations: + required: true + - type: textarea + id: expected-behavior + attributes: + label: Expected behavior + description: Describe what you expected to happen when you performed the above steps. + validations: + required: true + - type: textarea + id: actual-behavior + attributes: + label: Actual behavior + description: Describe what actually happened when you performed the above steps. + validations: + required: true + - type: textarea + id: additional-info + attributes: + label: Additional info + description: Include gist of relevant config, logs, etc. + validations: + required: false + diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md deleted file mode 100644 index 00eb152e1..000000000 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Feature request -labels: feature request -about: Suggest an idea for this project - ---- - -## Feature Request - -Opening a feature request kicks off a discussion. - -### Proposal: - -### Current behavior: - -### Desired behavior: - -### Use case: diff --git a/.github/ISSUE_TEMPLATE/SUPPORT.yml b/.github/ISSUE_TEMPLATE/SUPPORT.yml new file mode 100644 index 000000000..b82109795 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/SUPPORT.yml @@ -0,0 +1,19 @@ +name: Support request +description: Open a support request +labels: ["support"] +body: + - type: markdown + attributes: + value: | + WOAHH, hold up. This isn't the best place for support questions. + You can get a faster response on slack or forums: + + Please redirect any QUESTIONS about Telegraf usage to + - InfluxData Slack Channel: https://www.influxdata.com/slack + - InfluxData Community Site: https://community.influxdata.com + + Check the documentation for the related plugin including the troubleshooting + section if available. + + https://docs.influxdata.com/telegraf + https://github.com/influxdata/telegraf/tree/master/docs diff --git a/.github/ISSUE_TEMPLATE/Support.md b/.github/ISSUE_TEMPLATE/Support.md deleted file mode 100644 index d150dbfdc..000000000 --- a/.github/ISSUE_TEMPLATE/Support.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: Support request -labels: support -about: Open a support request - ---- - -