chore: Modified bug issue template to add checkbox to report potential regression. (#114)

Co-authored-by: Joseph Klix <[email protected]>
This commit is contained in:
Ashish Dhingra
2024-10-25 22:58:58 +00:00
committed by GitHub
co-authored by Joseph Klix
parent ad7d9de082
commit 3e1e4c8f6b
2 changed files with 40 additions and 0 deletions
+8
View File
@@ -12,6 +12,14 @@ body:
description: What is the problem? A clear and concise description of the bug.
validations:
required: true
- type: checkboxes
id: regression
attributes:
label: Regression Issue
description: What is a regression? If it worked in a previous version but doesn't in the latest version, it's considered a regression. In this case, please provide specific version number in the report.
options:
- label: Select this option if this issue appears to be a regression.
required: false
- type: textarea
id: expected
attributes: