Skip to content

Commit

Permalink
Code review updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nyoungbq committed Oct 25, 2023
1 parent 3fc4842 commit cfa2237
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 5 deletions.
14 changes: 12 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/documentation_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
14 changes: 12 additions & 2 deletions .github/ISSUE_TEMPLATE/performance_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit cfa2237

Please sign in to comment.