From c803d3476fae8e4578d44b93dd7973aba5f276f2 Mon Sep 17 00:00:00 2001 From: Edoardo Zoni <59625522+EZoni@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:05:15 -0800 Subject: [PATCH] Update bug report issue template (#5436) Just a tiny improvement left out of #5278. I think the wording "compiling and running in debug mode" is a bit reductive, given all the steps that we point to in the linked documentation: I think "debugging the code" might be a better wording. --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/installation-issue.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a545067b6d2..a5a64487646 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -52,7 +52,7 @@ If you encountered the issue on an HPC cluster, please check our [HPC documentat ## Steps taken so far What troubleshooting steps have you taken so far, and what were the results? -Have you tried compiling and running in debug mode, following the instructions in our [debugging documentation](https://warpx.readthedocs.io/en/latest/usage/workflows/debugging.html)? +Have you tried debugging the code, following the instructions in our [debugging documentation](https://warpx.readthedocs.io/en/latest/usage/workflows/debugging.html)? ## Additional information If applicable, please add any additional information that may help explain the issue, such as log files (e.g., build logs, error logs, etc.), error messages (e.g., compiler errors, runtime errors, etc.), screenshots, or other relevant details. diff --git a/.github/ISSUE_TEMPLATE/installation-issue.md b/.github/ISSUE_TEMPLATE/installation-issue.md index 93ad0f1a5d8..7cc937d91c0 100644 --- a/.github/ISSUE_TEMPLATE/installation-issue.md +++ b/.github/ISSUE_TEMPLATE/installation-issue.md @@ -1,6 +1,6 @@ --- name: Installation issue -about: Report an issue with installing or setting up WarpX +about: Report an issue with installing or setting up WarpX. labels: [install] ---