diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 8d1c78b7e..be9e46b67 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 ec4bb386b..63ccb7950 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!