diff --git a/.github/ISSUE_TEMPLATE/papi_bug_report.yaml b/.github/ISSUE_TEMPLATE/papi_bug_report.yaml new file mode 100644 index 0000000..912ccd4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/papi_bug_report.yaml @@ -0,0 +1,16 @@ +name: PAPI Bug Report +description: File a PAPI bug report. +title: "[Bug]: " +body: + - type: input + id: system-and-architecture-of-users-machine + attributes: + label: What is the system and architecture of your machine? + placeholder: e.g. 6.1.129-1.el9.elrepo.x86_64 + - type: input + id: cpu-architecture + attributes: + label: What CPU architecture are you using? + placeholder: e.g. Intel Xeon Gold 6140 CPU + +