From 46ceb7920f866ea4ac1404dba35894475ab7c300 Mon Sep 17 00:00:00 2001 From: Umberto Sonnino Date: Fri, 2 Jul 2021 10:47:25 +0100 Subject: [PATCH 1/2] Add template issue --- .../i-have-a-problem-with-rive-ios.md | 59 +++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/i-have-a-problem-with-rive-ios.md diff --git a/.github/ISSUE_TEMPLATE/i-have-a-problem-with-rive-ios.md b/.github/ISSUE_TEMPLATE/i-have-a-problem-with-rive-ios.md new file mode 100644 index 00000000..dd8bf9cf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/i-have-a-problem-with-rive-ios.md @@ -0,0 +1,59 @@ +--- +name: I have a problem with rive-ios +about: Tell us what's wrong +title: '' +labels: '' +assignees: '' + +--- + +<-- Thanks for using Rive! + +If something isn't working like you expected, please: +- Make sure you've updated rive-ios to the latest version: + `pod update RiveRuntime` +- Check out our help center + https://help.rive.app/ +- You can file a new feature request at + https://feedback.rive.app/ + +If you think you found a bug or if you can't find what you're looking for +in our docs, fill out the template below. + +--> + +### Description +<-- A clear and concise description of what the problem is. --> + +### Provide a Repro +<-- +Please provide the most **minimal repro** you can: +- If the problem is small enough, paste a code snippet +- Otherwise, you can attach a ZIP archive or paste a link to a GitHub repository with the app bundle that is reproducing the issue + +--> + +#### Source `.riv`/`.rev` file +<-- +Attaching runtime-exported `.riv` file that reproduces the issue is immensely helpful for our team to identify the problem as fast as possible and fix it. +Please also include the source (`.rev`) by [downloading a backup](https://help.rive.app/editor/exporting#for-backup) from the Editor. + +N.B. Because GitHub only supports certain file types use a ZIP archive to upload `.riv`/`.rev` files to this issue. + +You can also privately share the `.riv`/`.rev` file with us at hello@rive.app. +--> + +### Expected behavior +<-- A clear and concise description of what you expected to happen. --> + +#### Screenshots +<-- If applicable, add screenshots to help explain your problem. --> + +![Screenshot](url) + +### Device & Versions (please complete the following information) +- Device: [e.g. Android Emulator, Pixel 4a] +- SDK Level [e.g. Android SDK API Level 30] + +#### Additional context +<-- Add any other context about the problem here. --> From ddb7a42ac7a2f784edefbf85855bcd1682836bcf Mon Sep 17 00:00:00 2001 From: Umberto Sonnino Date: Fri, 2 Jul 2021 10:49:50 +0100 Subject: [PATCH 2/2] Use iPhone simulator, iOS --- .github/ISSUE_TEMPLATE/i-have-a-problem-with-rive-ios.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/i-have-a-problem-with-rive-ios.md b/.github/ISSUE_TEMPLATE/i-have-a-problem-with-rive-ios.md index dd8bf9cf..87c8e3e4 100644 --- a/.github/ISSUE_TEMPLATE/i-have-a-problem-with-rive-ios.md +++ b/.github/ISSUE_TEMPLATE/i-have-a-problem-with-rive-ios.md @@ -52,8 +52,8 @@ You can also privately share the `.riv`/`.rev` file with us at hello@rive.app. ![Screenshot](url) ### Device & Versions (please complete the following information) -- Device: [e.g. Android Emulator, Pixel 4a] -- SDK Level [e.g. Android SDK API Level 30] +- Device: [e.g. iOS Simulator, iPhone 12] +- iOS version [e.g. iOS 15] #### Additional context <-- Add any other context about the problem here. -->