From a2976874f070de34ac388ff56f838beb03ecf332 Mon Sep 17 00:00:00 2001 From: Dolphin Wood Date: Sun, 23 Jan 2022 01:26:38 +0900 Subject: [PATCH] doc(issue_template): add link to discussions --- .github/ISSUE_TEMPLATE/{bug_report.yml => 1-bug_report.yml} | 2 +- .../{feature_request.yml => 2-feature_request.yml} | 2 +- .github/ISSUE_TEMPLATE/config.yml | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) rename .github/ISSUE_TEMPLATE/{bug_report.yml => 1-bug_report.yml} (97%) rename .github/ISSUE_TEMPLATE/{feature_request.yml => 2-feature_request.yml} (93%) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/1-bug_report.yml similarity index 97% rename from .github/ISSUE_TEMPLATE/bug_report.yml rename to .github/ISSUE_TEMPLATE/1-bug_report.yml index 97c989c..c10d18f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug_report.yml @@ -1,4 +1,4 @@ -name: "\U0001F41B Bug Report" +name: "🐞 Bug report" description: File a bug report body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/2-feature_request.yml similarity index 93% rename from .github/ISSUE_TEMPLATE/feature_request.yml rename to .github/ISSUE_TEMPLATE/2-feature_request.yml index 56a2d82..9cfba0c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/2-feature_request.yml @@ -1,4 +1,4 @@ -name: "\U0001F680 Feature Request" +name: "⚡ Feature request" description: Share an idea labels: ["idea"] body: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..e51e538 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,4 @@ +contact_links: + - name: "🙏 Need help with smooth-scrollbar?" + url: https://github.com/idiotWu/smooth-scrollbar/discussions/new?category=q-a + about: Ask a question in the discussions.