Add issue_template/Android App Issue

This commit is contained in:
2024-07-01 14:31:01 +00:00
commit 5e8c21297c

View File

@@ -0,0 +1,24 @@
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