From 754097877becfab085afb46ff03835ef01d75045 Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 11 Feb 2021 20:31:24 -0800 Subject: [PATCH] Make the example values in the bug report template more relevant The bug report template provides some example values for OS and version. The previous examples were completely irrelevant to this project due to using an unsupported OS and a different versioning scheme. This might cause confusion, or at least seem odd, to the contributor. --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c3cd5509..60651902 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -24,8 +24,8 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Version: [e.g. 22] + - OS: [e.g. Windows] + - Version: [e.g. 2.0.0] **Additional context**