21 lines
498 B
YAML
21 lines
498 B
YAML
name: "Iphone App Issue"
|
|
about: Create an issue that relates to testing on a Iphone/IOS App
|
|
title: "Iphone: "
|
|
body:
|
|
- type: input
|
|
id: account_id
|
|
attributes:
|
|
label: Account
|
|
placeholder: ex. email you registered with
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: What happend?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: steps
|
|
attributes:
|
|
label: List the steps to replicate the issue |