diff --git a/.github/ISSUE_TEMPLATE/blank-issue.md b/.github/ISSUE_TEMPLATE/blank-issue.md index bc1c64f7..b44814d1 100644 --- a/.github/ISSUE_TEMPLATE/blank-issue.md +++ b/.github/ISSUE_TEMPLATE/blank-issue.md @@ -10,15 +10,14 @@ assignees: '' @@ -30,7 +29,6 @@ in our docs, fill out the template below. 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 @@ -49,14 +47,12 @@ You can also privately share the `.riv`/`.rev` file with us at hello@rive.app. #### Screenshots -![Screenshot](url) - ### 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`] +- `@rive-app/react-native` Version: [Check your package.json e.g.: `0.1.0`] #### Additional context diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..bbcbbe7d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here.