From 04a879edbe2bf3f3b965c1c83379472bb29c3894 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Thu, 11 May 2023 16:38:39 +0800 Subject: [PATCH] no PR issue anymore --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ .github/ISSUE_TEMPLATE/feature_request.yaml | 25 --------------------- 2 files changed, 3 insertions(+), 25 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.yaml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 2da6bbaf1..8a5429be7 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: + - name: Feature Request + url: https://github.com/rustdesk/rustdesk/discussions/categories/feature-request + about: Discuss ideas for new features or enhancements, it will be converted to GitHub issue when we commit to building those changes or are helping a community member contribute their own changes - name: Ask a question url: https://github.com/rustdesk/rustdesk/discussions/category_choices about: Ask questions and discuss with other community members. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml deleted file mode 100644 index ae2d0aa4c..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ /dev/null @@ -1,25 +0,0 @@ -name: 🛠️ Feature request -description: Suggest an idea for RustDesk -labels: ["enhancement"] -body: - - type: textarea - id: desc - attributes: - label: Description - description: Describe your suggested feature and the main use cases - validations: - required: true - - - type: textarea - id: users - attributes: - label: Impact - description: What types of users can benefit from using the suggested feature? - validations: - required: true - - - type: textarea - id: context - attributes: - label: Additional Context - description: Add any additonal context about the feature here