From fd94c89c8af92733664933bccaa61a3bfdbc2dc9 Mon Sep 17 00:00:00 2001 From: Charles Milette Date: Tue, 23 May 2023 04:56:07 -0400 Subject: [PATCH] Update issue template to use cpp instead of rust --- .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