diff --git a/issue_template/Iphone App Issue b/issue_template/Iphone App Issue new file mode 100644 index 0000000..d521884 --- /dev/null +++ b/issue_template/Iphone App Issue @@ -0,0 +1,24 @@ +name: "Android App Issue" +about: Create an issue that relates to testing on a Android 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 + validations: + required: true + \ No newline at end of file