-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,6 @@ body: | |
attributes: | ||
label: Contact Details | ||
description: How can we get in touch with you if we need more information? | ||
placeholder: ex. [email protected] | ||
validations: | ||
required: false | ||
|
||
|
@@ -21,7 +20,6 @@ body: | |
attributes: | ||
label: Bug Description | ||
description: Please describe what happened and what you expected to happen. If applicable, please upload screenshots. | ||
placeholder: Detailed description of the issue and expected behavior. | ||
validations: | ||
required: true | ||
|
||
|
@@ -36,7 +34,6 @@ body: | |
- Android | ||
- iOS | ||
- Other | ||
placeholder: Select the environment where the issue occurred | ||
validations: | ||
required: true | ||
|
||
|
@@ -45,7 +42,6 @@ body: | |
attributes: | ||
label: Reproduction Steps | ||
description: Please provide step-by-step instructions to reproduce the bug. | ||
placeholder: Detailed steps to reproduce the issue | ||
validations: | ||
required: false | ||
|
||
|
@@ -59,7 +55,6 @@ body: | |
- Safari (iOS) | ||
- Chrome (Android) | ||
- Other | ||
placeholder: Select relevant browsers | ||
validations: | ||
required: false | ||
|
||
|