diff options
| author | Alexander Taylor <alex@vector35.com> | 2023-03-01 02:32:40 -0500 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2023-03-01 02:32:40 -0500 |
| commit | 0d55f0f942700a08aa63fb68a92fd98b45911fc1 (patch) | |
| tree | 1e594b4446a7cdc9b6e0602be7aa4adcf3a19b58 /.github | |
| parent | 719b91d18a3869b2a8ed44f904fc50f952dfa18f (diff) | |
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...
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
