|
| 1 | +name: 🐞 Bug Report 🐛 |
| 2 | +description: File a bug report |
| 3 | +title: '[bug]: ' |
| 4 | +labels: ['potential bug'] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + Thank you for filing a bug report! |
| 10 | +
|
| 11 | + Do you need some help? |
| 12 | + ====================== |
| 13 | + The issue tracker is meant for feature requests and bug reports only. This isn't the best place for |
| 14 | + support or usage questions. Questions here don't have as much visibility as they do elsewhere. Before |
| 15 | + you ask a question, here are some resources to get help first: |
| 16 | +
|
| 17 | + - [Read the docs](https://react-spring.io) |
| 18 | + - [Explore examples](https://github.com/pmndrs/reat-spring/tree/main/demo/src/sandbox) |
| 19 | + - Look for/ask questions on [Stack Overflow](https://stackoverflow.com/questions/ask?tags=react-spring) |
| 20 | + - Ask in [GitHub Discussions](https://github.com/pmndrs/react-spring/discussions) |
| 21 | + - Ask in [discord](https://discord.gg/ZZjjNvJ) |
| 22 | +
|
| 23 | + ### Test Case Starter: |
| 24 | + https://codesandbox.io/s/react-spring-bug-report-vbhrr |
| 25 | + - type: checkboxes |
| 26 | + id: packages |
| 27 | + attributes: |
| 28 | + label: Which react-spring target are you using? |
| 29 | + options: |
| 30 | + - label: '`@react-spring/web`' |
| 31 | + - label: '`@react-spring/three`' |
| 32 | + - label: '`@react-spring/native`' |
| 33 | + - label: '`@react-spring/konva`' |
| 34 | + - label: '`@react-spring/zdog`' |
| 35 | + - type: input |
| 36 | + attributes: |
| 37 | + label: What version of react-spring are you using? |
| 38 | + validations: |
| 39 | + required: true |
| 40 | + - type: textarea |
| 41 | + attributes: |
| 42 | + label: "What's Wrong?" |
| 43 | + description: A concise description of what you expected to happen |
| 44 | + validations: |
| 45 | + required: true |
| 46 | + - type: textarea |
| 47 | + attributes: |
| 48 | + label: To Reproduce |
| 49 | + description: Steps to reproduce the behavior |
| 50 | + validations: |
| 51 | + required: true |
| 52 | + - type: textarea |
| 53 | + attributes: |
| 54 | + label: Expected Behaviour |
| 55 | + description: What you expected to happen |
| 56 | + validations: |
| 57 | + required: true |
| 58 | + - type: input |
| 59 | + attributes: |
| 60 | + label: Link to repo |
| 61 | + description: This is highly encouraged, provide either a Codesandbox demo or Github Repo |
| 62 | + validations: |
| 63 | + required: true |
0 commit comments