Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added app support issue template #268

Merged
merged 1 commit into from Aug 28, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/APP-SUPPORT.yml
@@ -0,0 +1,43 @@
name: App Support Request
description: Request support for a currently unsupported app(not game).
title: "[App Support]: "
labels: ["app-support"]
body:
- type: textarea
id: app-store
attributes:
label: App Store link
description: Provide a link to the app on the iOS App Store.
validations:
required: true
- type: checkboxes
attributes:
label: Current issues
description: Please check all relevant issues
options:
- label: App fails to install
- label: App fails to open
- label: App crashes randomly during usage
- label: App experiences graphical issues or broken UI
- label: App fails to connect to servers
- label: Other
- type: textarea
id: more-info
attributes:
label: More details
description: A clear and concise description of the issues with a particular app.
validations:
required: true
- type: textarea
id: logs
attributes:
label: Crash log
description: Copy and paste in any relevant crash logs in plain text.
render: shell
- type: checkboxes
attributes:
label: Issue Language
description: All issues must be written in clear plain English so that all devs are able to read them.
options:
- label: Yes my issue is written in English
required: true