Files
np-community-testing/issue_template/Android App Issue.yaml

24 lines
538 B
YAML

name: "Android App Issue"
about: Create an issue that relates to testing on a Android App
title: "Android: "
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
validations:
required: true