diff --git a/.github/ISSUE_TEMPLATE/papi_bug_report.yaml b/.github/ISSUE_TEMPLATE/papi_bug_report.yaml
index ede8c38..c724947 100644
--- a/.github/ISSUE_TEMPLATE/papi_bug_report.yaml
+++ b/.github/ISSUE_TEMPLATE/papi_bug_report.yaml
@@ -16,7 +16,7 @@ body:
id: operating-system
attributes:
label: Operating System
- description: What is the your operating system? Include name and version number.
Command: `cat /etc/os-release | grep -E "^(NAME=|VERSION=)"`.
+ description: What is the your operating system? Include name and version number.
(`cat /etc/os-release | grep -E "^(NAME=|VERSION=)"`).
placeholder: e.g. Rocky Linux Version 9.5
validations:
required: True
@@ -24,7 +24,7 @@ body:
id: architecture
attributes:
label: Architecture
- description: What is your machines architecture?
Command: `uname -m`.
+ description: What is your machines architecture?
(`uname -m`).
placeholder: e.g. x86_64
validations:
required: True
@@ -32,7 +32,7 @@ body:
id: cpu-architecture
attributes:
label: CPU Architecture
- description: What CPU architecture are you using?
Command: `cat /proc/cpuinfo | grep "name" | head -n 1`.
+ description: What CPU architecture are you using?
(`cat /proc/cpuinfo | grep "name" | head -n 1`).
placeholder: e.g. Intel Xeon Gold 6140 CPU
validations:
required: True
@@ -40,7 +40,7 @@ body:
id: compiler
attributes:
label: Compiler
- description: What is your compiler and compiler version?
Command: `gcc --version` or `clang --version`.
+ description: What is your compiler and compiler version?
(`gcc --version` or `clang --version`).
placeholder: e.g. GCC 11.5.0
validations:
required: True
@@ -48,7 +48,7 @@ body:
id: papi-version
attributes:
label: PAPI Version
- description: What version of PAPI are you using (optional)?
Command: `(cd path_to_your_papi_install/bin && ./papi_version)`.
+ description: What version of PAPI are you using (optional)?
`((cd path_to_your_papi_install/bin && ./papi_version)`).
placeholder: e.g. master or PAPI 7.2.0
validations:
required: False
@@ -56,7 +56,7 @@ body:
id: component
attributes:
label: Component
- description: What component does this issue pertain to (optional)?
Command: `(cd path_to_your_papi_install/bin && ./papi_component_avail)`.
+ description: What component does this issue pertain to (optional)?
(`(cd path_to_your_papi_install/bin && ./papi_component_avail)`).
placeholder: e.g. Cuda
validations:
required: False