From 99b3414fea7b63fb419cca8228047163e87914d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrdli=C4=8Dka?= Date: Wed, 1 Dec 2021 12:51:12 +0100 Subject: [PATCH] Update bug report template; normalize case --- .github/{FUNDING.yml => funding.yml} | 0 .github/{ISSUE_TEMPLATE => issue_template}/bug_report.md | 4 ++-- .github/{ISSUE_TEMPLATE => issue_template}/config.yml | 0 .github/{ISSUE_TEMPLATE => issue_template}/feature_request.md | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename .github/{FUNDING.yml => funding.yml} (100%) rename .github/{ISSUE_TEMPLATE => issue_template}/bug_report.md (84%) rename .github/{ISSUE_TEMPLATE => issue_template}/config.yml (100%) rename .github/{ISSUE_TEMPLATE => issue_template}/feature_request.md (100%) diff --git a/.github/FUNDING.yml b/.github/funding.yml similarity index 100% rename from .github/FUNDING.yml rename to .github/funding.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/issue_template/bug_report.md similarity index 84% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/issue_template/bug_report.md index 72fca815d..340d89500 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/issue_template/bug_report.md @@ -25,8 +25,8 @@ If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - OS: [e.g. Windows 10] - - 86Box version: [e.g. v2.06 build 2007, saying "Latest from Jenkins" isn't helpful] - - Build type: [i.e. regular, optimized, or dev] + - 86Box version: [e.g. v3.00 build 3333; saying "Latest from Jenkins" isn't helpful] + - Build information: [i.e. new/old dynarec, architecture and build type] **Additional context** Add any other context about the problem here. If you are using an Optimized build, make sure to try the regular build too before filing a bug report! diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/issue_template/config.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/config.yml rename to .github/issue_template/config.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/issue_template/feature_request.md similarity index 100% rename from .github/ISSUE_TEMPLATE/feature_request.md rename to .github/issue_template/feature_request.md