From 20e3e1c3d6ebfc220c04b03e3376a0976849d3fc Mon Sep 17 00:00:00 2001 From: Alexander Holstrup <117829001+aholstrup1@users.noreply.github.com> Date: Thu, 25 Jan 2024 09:46:15 +0100 Subject: [PATCH] Update URLs and title on issues config (#513) #### Summary Update URLs and title on issues config #### Work Item(s) [AB#497509](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/497509) Co-authored-by: aholstrup1 --- .github/ISSUE_TEMPLATE/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index fc3f8d67b9..41f81c4569 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,8 @@ blank_issues_enabled: false contact_links: - name: Request a feature - url: http://aka.ms/bcideas - about: Please go to http://aka.ms/bcideas to log your idea. Creating an issue here is not the right way. - - name: Report a bug which has customer impact - url: http://aka.ms/bcsupport - about: Please follow the steps on http://aka.ms/bcsupport to get support. Creating an issue here is not the right way. + url: https://aka.ms/bcideas + about: Please go to https://aka.ms/bcideas to log your idea. Creating an issue here is not the right way. + - name: Report a bug + url: https://aka.ms/bcsupport?#bugs + about: Please follow the steps on https://aka.ms/bcsupport to get support. Creating an issue here is not the right way. \ No newline at end of file