From 4425d3c07d2575335381b0b2fe3dbb2fd68f00bb Mon Sep 17 00:00:00 2001 From: Tomasz Zawadzki Date: Tue, 31 Mar 2020 06:22:00 -0400 Subject: [PATCH] github: add community page link on new issue submission This adds link to the SPDK community channels as alternative when submitting new issue. It is there to guide potential questions and feature requests to Slack/mailing list, rather than GitHub issues page. Signed-off-by: Tomasz Zawadzki Change-Id: I589bb6edf328cfa1d609da8e2b6cb8aa29e3e24b Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1601 Tested-by: SPDK CI Jenkins Reviewed-by: Jim Harris Reviewed-by: Ben Walker Reviewed-by: Darek Stojaczyk Reviewed-by: Karol Latecki --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +----- .github/ISSUE_TEMPLATE/config.yml | 4 ++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b432eeed6..17ef86497 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,16 +1,12 @@ --- name: Bug report -about: Create a report to help us improve +about: Create a report to help us improve. Please use the issue tracker only for reporting suspected issues. title: '' labels: 'Sighting' assignees: '' --- -Please use the issue tracker only for reporting suspected issues. - -See [The SPDK Community Page](http://www.spdk.io/community/) for other SPDK communications channels. - ## Expected Behavior diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3ba13e0ce..801f26bf8 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1 +1,5 @@ blank_issues_enabled: false +contact_links: + - name: SPDK Community + url: https://spdk.io/community/ + about: Please ask and answer questions here.