From 0e23fa04b4f34f39dccda2dbc5d343f41cd83000 Mon Sep 17 00:00:00 2001 From: Randalphwa <38287198+Randalphwa@users.noreply.github.com> Date: Tue, 27 Sep 2022 11:58:11 -0700 Subject: [PATCH] Refactor issue templates using HTML comments The main purpose is to place explanations in HTML comments which will be automatically stripped out when the issue is submitted to GitHub. Closes #22825, #22827. --- .github/ISSUE_TEMPLATE/bug_report.md | 61 +++++++++++++++++-------- .github/ISSUE_TEMPLATE/build_problem.md | 20 +++++--- .github/ISSUE_TEMPLATE/enhancement.md | 7 ++- 3 files changed, 60 insertions(+), 28 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c20c2cb0e5..cb4eb30a8d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,41 +6,62 @@ labels: '' assignees: '' --- + -**Platform and version information** - - wxWidgets version you use: [e.g. 3.1.6] - - wxWidgets port you use: [e.g. wxMSW, wxGTK, wxOSX] - - OS and its version: [e.g. Windows 10.0.19042.867, Ubuntu 22.10, macOS 15] - - For wxGTK only (**remove** this if not using wxGTK) - + GTK version: [e.g. 3.24.5] - + Which GDK backend is used: [X11 or Wayland] - + If relevant, i.e. for appearance-related problems: [current theme] +### Description + + + +### Platform and version information + +- wxWidgets version you use: +- wxWidgets port you use: +- OS and its version: + + ++ GTK version: ++ Which GDK backend is used: ++ Current theme: diff --git a/.github/ISSUE_TEMPLATE/build_problem.md b/.github/ISSUE_TEMPLATE/build_problem.md index 08043932fb..32ece1b26a 100644 --- a/.github/ISSUE_TEMPLATE/build_problem.md +++ b/.github/ISSUE_TEMPLATE/build_problem.md @@ -6,9 +6,9 @@ labels: 'build' assignees: '' --- + -**Platform and version information** - - wxWidgets version you use: [e.g. 3.1.6] - - wxWidgets port you use: [e.g. wxMSW, wxGTK, wxOSX] - - OS and its version: [e.g. Windows 10.0.19042.867, Ubuntu 22.10, macOS 15] - - Compiler being used: [e.g. MSVS 2022, gcc 12.1] +### Description + + + +### Platform and version information + +- wxWidgets version you are building: +- wxWidgets port you are building: +- OS and its version: +- Compiler being used: diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md index 2a37fa3a77..81390fd78a 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.md +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -7,9 +7,14 @@ assignees: '' --- -**Describe the proposed addition** + + +### Description +