Skip to content

Commit

Permalink
Update bug report issue template (#5436)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
EZoni authored Nov 5, 2024
1 parent 499c67d commit c803d34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/installation-issue.md
Original file line number Diff line number Diff line change
@@ -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]
---

Expand Down

0 comments on commit c803d34

Please sign in to comment.