-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #88 from rive-app/template-issue
Add template issue
- Loading branch information
Showing
1 changed file
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. --> |