chore: Modified bug issue template to add checkbox to report potential regression.

This commit is contained in:
Ashish Dhingra
2024-09-05 15:20:00 -07:00
parent 1ceaabc2d4
commit bd1354327e
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: