Skip to content

Commit

Permalink
add bug report issue tempalte
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerry Archibald committed Oct 30, 2023
1 parent 0f3a06c commit 4c8595a
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/defect.yml
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

0 comments on commit 4c8595a

Please sign in to comment.