From 0d55f0f942700a08aa63fb68a92fd98b45911fc1 Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Wed, 1 Mar 2023 02:32:40 -0500 Subject: Add missing colon to bug report template. This was driving me insane when I was reporting a bunch of bugs over the last two weeks... --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d6795605..c9b959f6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -11,7 +11,7 @@ assignees: '' - Binary Ninja Version: [e.g. 3.2.4000-dev] (if version is stable, please also test the latest development build via the "Update Channel" option) - OS: [e.g. Ubuntu Linux] - OS Version: [e.g. 22.04] -- CPU Architecture [e.g. x64 or M1] +- CPU Architecture: [e.g. x64 or M1] **Bug Description:** Please provide a clear and concise description of what happened. -- cgit v1.3.1