Skip to content

Commit

Permalink
Merge pull request #88 from rive-app/template-issue
Browse files Browse the repository at this point in the history
Add template issue
  • Loading branch information
umberto-sonnino authored Jul 2, 2021
2 parents 7932b73 + ddb7a42 commit 4bee2c2
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions .github/ISSUE_TEMPLATE/i-have-a-problem-with-rive-ios.md
Original file line number Diff line number Diff line change
@@ -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. iOS Simulator, iPhone 12]
- iOS version [e.g. iOS 15]

#### Additional context
<-- Add any other context about the problem here. -->

0 comments on commit 4bee2c2

Please sign in to comment.