From cfa22378a2ad85362154eb9d9a579b1606fb3578 Mon Sep 17 00:00:00 2001 From: nyoungbq Date: Wed, 25 Oct 2023 10:39:15 -0400 Subject: [PATCH] Code review updates --- .github/ISSUE_TEMPLATE/bug_report.yml | 14 ++++++++++++-- .github/ISSUE_TEMPLATE/documentation_report.yml | 2 +- .github/ISSUE_TEMPLATE/performance_report.yml | 14 ++++++++++++-- 3 files changed, 25 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 5c3d1f32f3..6ef6b96bf6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -29,7 +29,7 @@ body: label: Version description: What version of our software are you running? [Further details may be required during triage process] options: - - 7.0.x (DREAM3DNX beta) + - DREAM3D NX (version 7) - NXRunner built from source - Please provide git hash of commit in description - other (Please enter in the extended description at the bottom) validations: @@ -41,7 +41,6 @@ body: options: - Windows 10 - Windows 11 - - macOS 10.15 Catalina - macOS 11.00 Big Sur - macOS 12.00 Monterey - macOS 13.00 Ventura @@ -50,6 +49,17 @@ body: - other (Please enter in the extended description at the bottom) validations: required: true + - type: dropdown + id: hardware-architecture + attributes: + label: What hardware architecture are you using? [Further details may be required during triage process] + options: + - x86_64 + - x64 + - ARM64 + - other (Please enter in the extended description at the bottom) + validations: + required: true - type: dropdown id: error-type attributes: diff --git a/.github/ISSUE_TEMPLATE/documentation_report.yml b/.github/ISSUE_TEMPLATE/documentation_report.yml index 9e42731cea..d8cac39677 100644 --- a/.github/ISSUE_TEMPLATE/documentation_report.yml +++ b/.github/ISSUE_TEMPLATE/documentation_report.yml @@ -29,7 +29,7 @@ body: label: Version description: What version of our software are you running? [Further details may be required during triage process] options: - - 7.0.x (DREAM3DNX beta) + - DREAM3D NX (version 7) - NXRunner built from source - Please provide git hash of commit in description - other (Please enter in the extended description at the bottom) validations: diff --git a/.github/ISSUE_TEMPLATE/performance_report.yml b/.github/ISSUE_TEMPLATE/performance_report.yml index 82a30959ef..3aece93715 100644 --- a/.github/ISSUE_TEMPLATE/performance_report.yml +++ b/.github/ISSUE_TEMPLATE/performance_report.yml @@ -29,7 +29,7 @@ body: label: Version description: What version of our software are you running? [Further details may be required during triage process] options: - - 7.0.x (DREAM3DNX beta) + - DREAM3D NX (version 7) - NXRunner built from source - Please provide git hash of commit in description - other (Please enter in the extended description at the bottom) validations: @@ -41,7 +41,6 @@ body: options: - Windows 10 - Windows 11 - - macOS 10.15 Catalina - macOS 11.00 Big Sur - macOS 12.00 Monterey - macOS 13.00 Ventura @@ -50,6 +49,17 @@ body: - other (Please enter in the extended description at the bottom) validations: required: true + - type: dropdown + id: hardware-architecture + attributes: + label: What hardware architecture are you using? [Further details may be required during triage process] + options: + - x86_64 + - x64 + - ARM64 + - other (Please enter in the extended description at the bottom) + validations: + required: true - type: dropdown id: error-type attributes: