-
Notifications
You must be signed in to change notification settings - Fork 9
chore: added github issue template #30
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
Merged
+54
−2
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
f82bec0
chore: added github issue template
mfazekas f7249b2
Update .github/ISSUE_TEMPLATE/blank-issue.md
HayesGordon af7d032
Update .github/ISSUE_TEMPLATE/blank-issue.md
HayesGordon 1fae91a
Update .github/ISSUE_TEMPLATE/blank-issue.md
HayesGordon ca2fb0d
Update .github/ISSUE_TEMPLATE/blank-issue.md
HayesGordon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -1,10 +1,62 @@ | ||
| --- | ||
| name: Blank issue | ||
| about: Create a new issue from scratch | ||
| name: I have a problem with rive-nitro-react-native | ||
| 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-nitro-react-native to the latest version: | ||
| https://www.npmjs.com/package/rive-react-native | ||
| - 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 bundle that reproduces 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. --> | ||
|
|
||
|  | ||
|
|
||
| ### Device & Versions (please complete the following information) | ||
| - Device: [e.g. Android Emulator, iOS Simulator] | ||
| - OS: [e.g. Android SDK API Level 30, iOS 14.5] | ||
| - React Native Version: [Check your package.json or run `npx react-native info` e.g.: `0.79.2`] | ||
| - Expo Version (if applicable): [Check your package.json or run `npx expo-env-info | grep 'expo:'` e.g.: `~54.0.0`] | ||
| - rive-nitro-react-native Version: [Check your package.json e.g.: `0.1.0`] | ||
|
|
||
| #### Additional context | ||
| <!-- Add any other context about the problem here. --> | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.