From 0e740b1bae4578ce0c5b2ff9b7778fee167160e7 Mon Sep 17 00:00:00 2001 From: Charles Milette Date: Wed, 24 May 2023 09:16:44 -0400 Subject: [PATCH] Update issue template to use `cpp` instead of `rust` (#1313) --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 03cd0d44b..748763028 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -34,7 +34,7 @@ body: Uri uri(L"https://kennykerr.ca"); printf("%ls\n", uri.ToString().c_str()); } - render: rust + render: cpp - type: textarea attributes: label: Expected behavior