From aeebda1fcf2c3706478dc0eab06d49d192b0bebc Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com> Date: Tue, 1 Feb 2022 19:30:12 +0300 Subject: [PATCH] Add an option to proceed to the discussions sections (#4997) * Update bug-report.yml * Update config.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 4 ++-- .github/ISSUE_TEMPLATE/config.yml | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 8d1c78b7..be9e46b6 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,5 +1,5 @@ name: Bug Report -description: Submit a bug report. If you have a question please use [the discussions](https://github.com/actions/virtual-environments/discussions) section. +description: Submit a bug report. labels: [bug report, needs triage] body: - type: textarea @@ -52,4 +52,4 @@ body: 1. Step 1 2. Step 2 validations: - required: true \ No newline at end of file + required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index ec4bb386..63ccb795 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1 +1,6 @@ -blank_issues_enabled: false \ No newline at end of file +blank_issues_enabled: false + +contact_links: + - name: Get help in GitHub Discussions + url: https://github.com/actions/virtual-environments/discussions + about: Have a question? Feel free to ask in the virtual-environments GitHub Discussions!