Add an option to proceed to the discussions sections (#4997)

* Update bug-report.yml

* Update config.yml
This commit is contained in:
Mikhail Timofeev
2022-02-01 19:30:12 +03:00
committed by GitHub
parent 05025ab263
commit aeebda1fcf
2 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
name: Bug Report 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] labels: [bug report, needs triage]
body: body:
- type: textarea - type: textarea
@@ -52,4 +52,4 @@ body:
1. Step 1 1. Step 1
2. Step 2 2. Step 2
validations: validations:
required: true required: true

View File

@@ -1 +1,6 @@
blank_issues_enabled: false 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!