|
| 1 | +name: Problem with the Rive React Runtime |
| 2 | +description: Report a bug or unexpected behavior in the Rive React runtime. |
| 3 | +body: |
| 4 | + - type: markdown |
| 5 | + attributes: |
| 6 | + value: | |
| 7 | + Thanks for using Rive and taking the time to fill this issue report out! Before filing an issue, please: |
| 8 | + - Confirm if the issue is still present on the [latest version of `@rive-app/react-canvas`](https://www.npmjs.com/package/@rive-app/react-canvas) or [`@rive-app/react-webgl2`](https://www.npmjs.com/package/@rive-app/react-webgl2) |
| 9 | + - Check the [Rive documentation](https://rive.app/docs/runtimes/react/react) |
| 10 | + - Search for help on the [Rive forums](https://community.rive.app/c/start-here) |
| 11 | + - For general Rive product feature requests, use the [feature request forum](https://community.rive.app/c/feature-requests/) |
| 12 | +
|
| 13 | + - type: checkboxes |
| 14 | + id: preflight |
| 15 | + attributes: |
| 16 | + label: Submission checklist |
| 17 | + options: |
| 18 | + - label: I have confirmed the issue is present in the latest version of `@rive-app/react-canvas` or `@rive-app/react-webgl2` (or the renderer variant I'm using) |
| 19 | + required: true |
| 20 | + - label: I have searched the documentation and forums and could not find an answer |
| 21 | + required: true |
| 22 | + - label: I have searched existing issues and this is not a duplicate |
| 23 | + required: true |
| 24 | + |
| 25 | + - type: textarea |
| 26 | + id: description |
| 27 | + attributes: |
| 28 | + label: Description |
| 29 | + description: What issue are you running into? What's your expected behavior? |
| 30 | + placeholder: Describe the issue you're experiencing |
| 31 | + validations: |
| 32 | + required: true |
| 33 | + |
| 34 | + - type: textarea |
| 35 | + id: repro-description |
| 36 | + attributes: |
| 37 | + label: Reproduction steps / code |
| 38 | + description: | |
| 39 | + Please provide the most **minimal reproduction** you can. Paste a code snippet if the problem is small enough. Or, you can also share a link to a minimal GitHub repository that reproduces the issue (ideally with a `package.json` and instructions to run) |
| 40 | +
|
| 41 | + Alternatively, you can share a CodeSandbox link or upload a .zip of your reproduction in the next question. |
| 42 | + placeholder: | |
| 43 | + ```js |
| 44 | + // paste your code here |
| 45 | + ``` |
| 46 | + validations: |
| 47 | + required: false |
| 48 | + |
| 49 | + - type: upload |
| 50 | + id: repro-files |
| 51 | + attributes: |
| 52 | + label: Upload your reproduction files / stack trace |
| 53 | + description: | |
| 54 | + |
| 55 | + If your reproduction is more complex, you can upload a .zip of your project. |
| 56 | + Include a file with your stack trace if available as well if you cannot provide it above. |
| 57 | + Please make sure to include a `README` with instructions on how to run the reproduction. |
| 58 | +
|
| 59 | + - type: input |
| 60 | + id: rive_version |
| 61 | + attributes: |
| 62 | + label: Rive React package version |
| 63 | + description: Which version of `@rive-app/react-canvas` (or other renderer variant) are you using? |
| 64 | + placeholder: "e.g. @rive-app/react-canvas@4.27.3" |
| 65 | + validations: |
| 66 | + required: true |
| 67 | + |
| 68 | + - type: upload |
| 69 | + id: riv_file |
| 70 | + attributes: |
| 71 | + label: Source `.riv` / `.rev` file |
| 72 | + description: | |
| 73 | + If you are able, attaching the runtime-exported `.riv` file (and ideally the source `.rev` backup) is immensely helpful for reproducing and fixing the issue quickly. |
| 74 | +
|
| 75 | + Note: Use a ZIP archive to upload `.riv`/`.rev` files (GitHub only supports certain file types). You can also share files privately at support@rive.app. |
| 76 | + validations: |
| 77 | + required: false |
| 78 | + |
| 79 | + - type: upload |
| 80 | + id: screenshots |
| 81 | + attributes: |
| 82 | + label: Screenshots / video |
| 83 | + description: If applicable, add screenshots or a screen recording to help explain the problem. |
| 84 | + validations: |
| 85 | + required: false |
| 86 | + |
| 87 | + - type: input |
| 88 | + id: browser |
| 89 | + attributes: |
| 90 | + label: Browser & version |
| 91 | + placeholder: "e.g. Chrome 123 Stable, Firefox 124, Safari 17.4" |
| 92 | + |
| 93 | + - type: input |
| 94 | + id: os |
| 95 | + attributes: |
| 96 | + label: Operating system & version |
| 97 | + placeholder: "e.g. macOS 14.4, Windows 11, Ubuntu 22.04" |
| 98 | + |
| 99 | + - type: textarea |
| 100 | + id: additional_context |
| 101 | + attributes: |
| 102 | + label: Additional context |
| 103 | + description: Any other context about the problem (frameworks, bundlers, relevant config, frequency of occurrence, etc.). |
| 104 | + validations: |
| 105 | + required: false |
0 commit comments