From 11473437a9d7869de78012cd5ef9d24b38d56b3b Mon Sep 17 00:00:00 2001 From: roll Date: Mon, 21 Oct 2024 14:12:17 +0100 Subject: [PATCH] chore: Added "Explore Discussions" to issue template --- .github/ISSUE_TEMPLATE/01-bug-report.yaml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-bug-report.yaml b/.github/ISSUE_TEMPLATE/01-bug-report.yaml index b5400331..952379e8 100644 --- a/.github/ISSUE_TEMPLATE/01-bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/01-bug-report.yaml @@ -1,4 +1,4 @@ -name: "\U0001F41B Bug Report" +name: "\U0001F41E Bug Report" description: Report an issue or possible bug labels: [] assignees: [] diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index e6c5693d..043517ef 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,11 +1,14 @@ blank_issues_enabled: false contact_links: + - name: 👀 Explore Discussions + url: https://github.com/frictionlessdata/datapackage/discussions + about: Before opening a discussion, please check if the topic has already been discussed. Please vote on existing discussions to show your support. - name: 💡 Feature Request url: https://github.com/frictionlessdata/datapackage/discussions/new?category=ideas about: Suggest an improvement you’d like to see added to the Data Package Standard - name: 🚀 Implementation url: https://github.com/frictionlessdata/datapackage/discussions/new?category=show-and-tell - about: Schare your Data Package implementation or related project with the community + about: Share your Data Package implementation or related project with the community - name: 💁 Question url: https://github.com/frictionlessdata/datapackage/discussions/new?category=q-a about: Ask a question about the Data Package Standard