Skip to content

Commit c803d34

Browse files
authored
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.
1 parent 499c67d commit c803d34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ If you encountered the issue on an HPC cluster, please check our [HPC documentat
5252
## Steps taken so far
5353
What troubleshooting steps have you taken so far, and what were the results?
5454

55-
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)?
55+
Have you tried debugging the code, following the instructions in our [debugging documentation](https://warpx.readthedocs.io/en/latest/usage/workflows/debugging.html)?
5656

5757
## Additional information
5858
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.

.github/ISSUE_TEMPLATE/installation-issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Installation issue
3-
about: Report an issue with installing or setting up WarpX
3+
about: Report an issue with installing or setting up WarpX.
44
labels: [install]
55
---
66

0 commit comments

Comments
 (0)