From 24e6acbfaeb18af978012b904209632f012eb54d Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 4 Jul 2020 20:42:50 -0700 Subject: [PATCH] Drop 'help or discussion' issue template Per https://github.com/serde-rs/serde#getting-help we're steering these to Discord / Stack Overflow / Reddit / etc. Can reconsider when GitHub Discussions is out of beta (https://github.com/vercel/next.js/discussions). --- .github/ISSUE_TEMPLATE/4-discussion.md | 7 ------- .github/ISSUE_TEMPLATE/{5-other.md => 4-other.md} | 0 2 files changed, 7 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/4-discussion.md rename .github/ISSUE_TEMPLATE/{5-other.md => 4-other.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/4-discussion.md b/.github/ISSUE_TEMPLATE/4-discussion.md deleted file mode 100644 index 371496ab..00000000 --- a/.github/ISSUE_TEMPLATE/4-discussion.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: Help or discussion -about: This is the right place - ---- - - diff --git a/.github/ISSUE_TEMPLATE/5-other.md b/.github/ISSUE_TEMPLATE/4-other.md similarity index 100% rename from .github/ISSUE_TEMPLATE/5-other.md rename to .github/ISSUE_TEMPLATE/4-other.md