name: "\U0001F41E Bug report" description: Report an issue with urql labels: [] body: - type: markdown attributes: value: | Thanks for taking the time to fill out this bug report! - type: markdown attributes: value: | Thanks for taking the time to fill out this bug report! - type: textarea id: bug-description attributes: label: Describe the bug description: Please describe your bug clearly and concisely. placeholder: Bug description validations: required: true - type: input id: reproduction attributes: label: Reproduction description: Please provide a link to a reproduction. Templates can be found in the [examples folder](https://github.com/urql-graphql/urql/tree/main/examples). A [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) is required. If a report is vague (e.g. just a generic error message) and if no reproduction is provided the issue will be auto-closed. placeholder: Reproduction validations: required: true - type: textarea id: urql-version attributes: label: Urql version description: The versions of the relevant urql packages you are using placeholder: urql v2.0.0 validations: required: true - type: checkboxes id: checkboxes attributes: label: Validations description: Before submitting the issue, please make sure you do the following options: - label: I can confirm that this is a bug report, and not a feature request, RFC, question, or discussion, for which [GitHub Discussions](https://github.com/urql-graphql/urql/discussions) should be used required: true - label: Read the [docs](https://formidable.com/open-source/urql/docs/). required: true - label: Follow our [Code of Conduct](https://github.com/urql-graphql/urql/blob/main/CODE_OF_CONDUCT.md) required: true