From 71682e83bb4c5786c6c5b36b5fbc0b07cf9dd277 Mon Sep 17 00:00:00 2001 From: Lior Kamrat Date: Sat, 22 Feb 2025 21:36:32 -0800 Subject: [PATCH] updating templates --- .github/ISSUE_TEMPLATE/config.yml | 8 +++++++- .github/ISSUE_TEMPLATE/docs_issue_report.yml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 6e8b6908..42551089 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,11 @@ blank_issues_enabled: false -# contact_links: +contact_links: + - name: I have an idea/suggestion. + url: https://github.com/microsoft/azure_arc/discussions/new?category=ideas + about: Please submit your ideas here. + - name: I have a question. + url: https://github.com/microsoft/azure_arc/discussions/new?category=q-a + about: Please ask and answer questions here. # - name: Getting Started Guide # url: https://jumpstart.azure.com/getting-started/ # about: Get started with Azure Arc using Jumpstart diff --git a/.github/ISSUE_TEMPLATE/docs_issue_report.yml b/.github/ISSUE_TEMPLATE/docs_issue_report.yml index 41fdd9f2..c2a8347e 100644 --- a/.github/ISSUE_TEMPLATE/docs_issue_report.yml +++ b/.github/ISSUE_TEMPLATE/docs_issue_report.yml @@ -60,4 +60,4 @@ body: description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/Azure/arc_jumpstart_docs/blob/main/CODE_OF_CONDUCT.md). options: - label: I agree to follow this project's Code of Conduct - required: true + required: true