Add issue_template/Android App Issue
This commit is contained in:
24
issue_template/Android App Issue
Normal file
24
issue_template/Android App Issue
Normal 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
|
||||
|
Reference in New Issue
Block a user