Skip to content

Commit 3b8e131

Browse files
authored
chore: update templates
1 parent b6ad87f commit 3b8e131

2 files changed

Lines changed: 28 additions & 12 deletions

File tree

.github/ISSUE_TEMPLATE/blank-issue.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,14 @@ assignees: ''
1010
<!-- Thanks for using Rive!
1111
1212
If something isn't working like you expected, please:
13-
- Make sure you've updated rive-nitro-react-native to the latest version:
14-
https://www.npmjs.com/package/rive-react-native
15-
- Check out our help center
16-
https://help.rive.app/
17-
- You can file a new feature request at
18-
https://feedback.rive.app/
13+
- Make sure you've updated `@rive-app/react-native` to the latest version:
14+
https://www.npmjs.com/package/@rive-app/react-native
15+
- Check out the React Native docs
16+
https://rive.app/docs/runtimes/react-native/react-native
17+
- Reach out to us on the community
18+
https://community.rive.app
1919
20-
If you think you found a bug or if you can't find what you're looking for
21-
in our docs, fill out the template below.
20+
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.
2221
2322
-->
2423

@@ -30,7 +29,6 @@ in our docs, fill out the template below.
3029
Please provide the most **minimal repro** you can:
3130
- If the problem is small enough, paste a code snippet
3231
- Otherwise, you can attach a ZIP archive or paste a link to a GitHub repository with the bundle that reproduces the issue
33-
3432
-->
3533

3634
#### Source `.riv`/`.rev` file
@@ -49,14 +47,12 @@ You can also privately share the `.riv`/`.rev` file with us at hello@rive.app.
4947
#### Screenshots
5048
<!-- If applicable, add screenshots to help explain your problem. -->
5149

52-
![Screenshot](url)
53-
5450
### Device & Versions (please complete the following information)
5551
- Device: [e.g. Android Emulator, iOS Simulator]
5652
- OS: [e.g. Android SDK API Level 30, iOS 14.5]
5753
- React Native Version: [Check your package.json or run `npx react-native info` e.g.: `0.79.2`]
5854
- Expo Version (if applicable): [Check your package.json or run `npx expo-env-info | grep 'expo:'` e.g.: `~54.0.0`]
59-
- rive-nitro-react-native Version: [Check your package.json e.g.: `0.1.0`]
55+
- `@rive-app/react-native` Version: [Check your package.json e.g.: `0.1.0`]
6056

6157
#### Additional context
6258
<!-- Add any other context about the problem here. -->
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)