chore: Update issue templates (#1661)

* Update bug_report.yml

* Update feature_request.yml

* Update bug_report.yml
This commit is contained in:
inson1
2024-01-25 16:08:39 +01:00
committed by GitHub
parent 4061f8e0e6
commit 51a39d240c
2 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ body:
required: true required: true
- type: dropdown - type: dropdown
attributes: attributes:
label: What arch are you using? label: What CPU architecture are you using?
options: options:
- x64 - x64
- ia32 - ia32

View File

@ -15,7 +15,7 @@ body:
- type: textarea - type: textarea
attributes: attributes:
label: Problem Description label: Problem Description
description: Please add a clear and concise description of the problem you are seeking to solve with this feature request. description: A clear and concise description of the problem you are seeking to solve with this feature request.
validations: validations:
required: true required: true
- type: textarea - type: textarea
@ -33,6 +33,6 @@ body:
- type: textarea - type: textarea
attributes: attributes:
label: Additional Information label: Additional Information
description: Add any other context about the problem here. description: Any other context about the problem.
validations: validations:
required: false required: false