From 23bc372b46b33cbf1f751933651eb6562d9ca628 Mon Sep 17 00:00:00 2001 From: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Mon, 18 Apr 2022 19:21:22 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B8=20Remove=20Configuration=20Request?= =?UTF-8?q?=20form=20(#710)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/config.yml | 3 ++ .github/ISSUE_TEMPLATE/feature_request.md | 34 ----------------------- 2 files changed, 3 insertions(+), 34 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 4b283d2600..7970afff54 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: + - name: Configuration Request + url: https://github.com/MarlinFirmware/Configurations/issues/649 + about: Request a new Configuration or variant of an existing Configuration here. - name: Marlin Documentation url: http://marlinfw.org/ about: Lots of documentation on installing and using Marlin. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index bc4fefe85d..0000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -name: Configuration request -about: Request a Configuration -title: "[FR] (configuration request title)" -labels: '' -assignees: '' - ---- - - - -### Description - - - -### Configuration Details - - - -* Manufacturer: -* Model: -* Motherboard: - -#### Additional Information - -* Provide links to the requested printer/configuration. \ No newline at end of file