|
| 1 | +name: '🐛 Bug report' |
| 2 | +description: Create a report to help us improve React Flow |
| 3 | +body: |
| 4 | + - type: markdown |
| 5 | + attributes: |
| 6 | + value: | |
| 7 | + Thank you for reporting an issue :pray:. |
| 8 | +
|
| 9 | + This issue tracker is for reporting bugs found in react-flow (https://github.com/wbkd/react-flow) |
| 10 | + If you have a question about how to achieve something and are struggling, please post a question |
| 11 | + inside of react-flow's Discussion's tab: https://github.com/wbkd/react-flow/discussions |
| 12 | + If it's an issue about the docs please go to the react-flow-docs (https://github.com/wbkd/react-flow-docs) |
| 13 | + |
| 14 | + Before submitting a new bug/issue, please check the links below to see if there is a solution or question posted there already: |
| 15 | + - react-flow's Open Issue's tab: https://github.com/wbkd/react-flow/issues?q=is%3Aissue+sort%3Aupdated-desc+position |
| 16 | + - react-flow's Closed Issues tab: https://github.com/wbkd/react-flow/issues?q=is%3Aissue+sort%3Aupdated-desc+position+is%3Aclosed |
| 17 | + - react-flow's Discussion's tab: https://github.com/wbkd/react-flow/discussions |
| 18 | +
|
| 19 | + The more information you fill in, the better the community can help you. |
| 20 | + - type: textarea |
| 21 | + id: description |
| 22 | + attributes: |
| 23 | + label: Describe the Bug |
| 24 | + description: Provide a clear and concise description of the challenge you are running into. |
| 25 | + validations: |
| 26 | + required: true |
| 27 | + - type: input |
| 28 | + id: link |
| 29 | + attributes: |
| 30 | + label: Your Example Website or App |
| 31 | + description: | |
| 32 | + Which website or app were you using when the bug happened? |
| 33 | + Note: |
| 34 | + - Your bug will may get fixed much faster if we can run your code and it doesn't have dependencies other than the `react-flow-renderer` npm package. |
| 35 | + - To create a shareable code example you can use Codesandbox (https://codesandbox.io/s/react-flow-starter-ou8or) or Stackblitz (https://stackblitz.com/). |
| 36 | + - Please read these tips for providing a minimal example: https://stackoverflow.com/help/mcve. |
| 37 | + placeholder: | |
| 38 | + e.g. https://stackblitz.com/edit/...... OR Github Repo |
| 39 | + validations: |
| 40 | + required: false |
| 41 | + - type: textarea |
| 42 | + id: steps |
| 43 | + attributes: |
| 44 | + label: Steps to Reproduce the Bug or Issue |
| 45 | + description: Describe the steps we have to take to reproduce the behavior. |
| 46 | + placeholder: | |
| 47 | + 1. Go to '...' |
| 48 | + 2. Click on '....' |
| 49 | + 3. Scroll down to '....' |
| 50 | + 4. See error |
| 51 | + validations: |
| 52 | + required: true |
| 53 | + - type: textarea |
| 54 | + id: expected |
| 55 | + attributes: |
| 56 | + label: Expected behavior |
| 57 | + description: Provide a clear and concise description of what you expected to happen. |
| 58 | + placeholder: | |
| 59 | + As a user, I expected ___ behavior but i am seeing ___ |
| 60 | + validations: |
| 61 | + required: true |
| 62 | + - type: textarea |
| 63 | + id: screenshots_or_videos |
| 64 | + attributes: |
| 65 | + label: Screenshots or Videos |
| 66 | + description: | |
| 67 | + If applicable, add screenshots or a video to help explain your problem. |
| 68 | + For more information on the supported file image/file types and the file size limits, please refer |
| 69 | + to the following link: https://docs.github.com/en/github/writing-on-github/working-with-advanced-formatting/attaching-files |
| 70 | + placeholder: | |
| 71 | + You can drag your video or image files inside of this editor ↓ |
| 72 | + - type: textarea |
| 73 | + id: platform |
| 74 | + attributes: |
| 75 | + label: Platform |
| 76 | + value: | |
| 77 | + - OS: [e.g. macOS, Windows, Linux] |
| 78 | + - Browser: [e.g. Chrome, Safari, Firefox] |
| 79 | + - Version: [e.g. 91.1] |
| 80 | + validations: |
| 81 | + required: true |
| 82 | + - type: textarea |
| 83 | + id: additional |
| 84 | + attributes: |
| 85 | + label: Additional context |
| 86 | + description: Add any other context about the problem here. |
0 commit comments