From 4549d8778b6041e5256c73ac83c2a70277396edd Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Tue, 27 Jun 2023 08:15:52 -0400 Subject: [PATCH] remove feedback template --- .github/ISSUE_TEMPLATE/feedback.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feedback.yml diff --git a/.github/ISSUE_TEMPLATE/feedback.yml b/.github/ISSUE_TEMPLATE/feedback.yml deleted file mode 100644 index b76c8c6..0000000 --- a/.github/ISSUE_TEMPLATE/feedback.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: "Feedback" -description: Feedback, showcases, thoughts, needs and questions, etc. -title: "[Feedback] " -labels: ["feedback"] -body: - - type: markdown - attributes: - value: | - ### ❤️ Thanks for your feedback! - > Come join our [Discord community](https://discord.gg/knqAbbBbeX) and paint the ideal home cloud with us. - - type: textarea - id: description - attributes: - label: Description - placeholder: What do you want to tell us? - validations: - required: true - - type: textarea - id: additional - attributes: - label: Additional Information - description: Please add logs/files/screenshots if you have them to help us better understanding. -