| name: "🐛 Bug report" | |
| description: Create a report to help us improve | |
| body: | |
| - type: markdown | |
| attributes: | |
| value: | | |
| Thank you for reporting an issue :pray:. | |
| This issue tracker is for reporting bugs found in `react-grid-layout` (https://github.com/react-grid-layout/react-grid-layout). | |
| If you have a question about how to achieve something and are struggling, please post a question | |
| inside of `react-grid-layout` Discussions tab: https://github.com/react-grid-layout/react-grid-layout/discussions | |
| Before submitting a new bug/issue, please check the links below to see if there is a solution or question posted there already: | |
| - `react-grid-layout` Issues tab: https://github.com/react-grid-layout/react-grid-layout/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc | |
| - `react-grid-layout` closed issues tab: https://github.com/react-grid-layout/react-grid-layout/issues?q=is%3Aissue+sort%3Aupdated-desc+is%3Aclosed | |
| - `react-grid-layout` Discussions tab: https://github.com/react-grid-layout/react-grid-layout/discussions | |
| The more information you fill in, the better the community can help you. | |
| - type: textarea | |
| id: description | |
| attributes: | |
| label: Describe the bug | |
| description: Provide a clear and concise description of the challenge you are running into. | |
| validations: | |
| required: true | |
| - type: input | |
| id: link | |
| attributes: | |
| label: Your Example Website or App | |
| description: | | |
| Which website or app were you using when the bug happened? | |
| Note: | |
| - Your bug will may get fixed much faster if we can run your code and it doesn't have dependencies other than the `react-grid-layout` npm package. | |
| - To create a shareable code example, consider using our pre-made CodeSandbox Template or create your own: https://codesandbox.io/s/staging-bush-3lvt7?file=/src/ShowcaseLayout.js) | |
| - Please read these tips for providing a minimal example: https://stackoverflow.com/help/mcve. | |
| placeholder: | | |
| e.g. https://codesandbox.io/s/...... OR Github Repo | |
| validations: | |
| required: true | |
| - type: textarea | |
| id: steps | |
| attributes: | |
| label: Steps to Reproduce the Bug or Issue | |
| description: Describe the steps we have to take to reproduce the behavior. | |
| placeholder: | | |
| 1. Go to '...' | |
| 2. Click on '....' | |
| 3. Scroll down to '....' | |
| 4. See error | |
| validations: | |
| required: true | |
| - type: textarea | |
| id: expected | |
| attributes: | |
| label: Expected behavior | |
| description: Provide a clear and concise description of what you expected to happen. | |
| placeholder: | | |
| As a user, I expected ___ behavior but i am seeing ___ | |
| validations: | |
| required: true | |
| - type: input | |
| id: library_version | |
| attributes: | |
| label: react-grid-layout library version | |
| description: What version of the `react-grid-layout` library are you using? | |
| validations: | |
| required: true | |
| - type: input | |
| id: os | |
| attributes: | |
| label: Operating System Version | |
| description: What operating system are you using? | |
| placeholder: | | |
| - OS: [e.g. macOS, Windows, Linux] | |
| validations: | |
| required: true | |
| - type: dropdown | |
| id: browser_type | |
| attributes: | |
| label: Browser | |
| description: Select the browsers where the issue can be reproduced (that you know of). | |
| options: | |
| - "Chrome" | |
| - "Firefox" | |
| - "Safari" | |
| - "Edge" | |
| - "Opera" | |
| - "Other (add additonal context)" | |
| validations: | |
| required: true | |
| - type: textarea | |
| id: additional | |
| attributes: | |
| label: Additional context | |
| description: Add any other context about the problem here. | |
| - type: textarea | |
| id: screenshots_or_videos | |
| attributes: | |
| label: Screenshots or Videos | |
| description: | | |
| If applicable, add screenshots or a video to help explain your problem. | |
| For more information on the supported file image/file types and the file size limits, please refer | |
| to the following link: https://docs.github.com/en/github/writing-on-github/working-with-advanced-formatting/attaching-files | |
| placeholder: | | |
| You can drag your video or image files inside of this editor ↓ | |