mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-26 11:27:45 +08:00
Add an option to proceed to the discussions sections (#4997)
* Update bug-report.yml * Update config.yml
This commit is contained in:
4
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
4
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@@ -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
|
||||
required: true
|
||||
|
||||
7
.github/ISSUE_TEMPLATE/config.yml
vendored
7
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user