-
Notifications
You must be signed in to change notification settings - Fork 3
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
Kerry Archibald
committed
Oct 30, 2023
1 parent
0f3a06c
commit 4c8595a
Showing
1 changed file
with
29 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
name: Bug report | ||
about: Report a bug in a component | ||
title: '' | ||
labels: T-Defect | ||
assignees: '' | ||
body: | ||
- type: dropdown | ||
id: platform | ||
attributes: | ||
label: Platform | ||
description: | | ||
Web, iOS, Android. Add the corresponding label to the issue (i.e `P-Web` for Web) | ||
options: | ||
- "Web" | ||
- "iOS" | ||
- "Android" | ||
validations: | ||
required: true | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Package version | ||
- type: textarea | ||
id: reproduction-steps | ||
attributes: | ||
label: Description | ||
description: Please attach screenshots, videos or logs if you can. | ||
validations: | ||
required: true |