Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1name: "\U0001F41E Bug report"
2description: Report an issue with urql
3labels: []
4body:
5 - type: markdown
6 attributes:
7 value: |
8 Thanks for taking the time to fill out this bug report!
9 - type: markdown
10 attributes:
11 value: |
12 Thanks for taking the time to fill out this bug report!
13 - type: textarea
14 id: bug-description
15 attributes:
16 label: Describe the bug
17 description: Please describe your bug clearly and concisely.
18 placeholder: Bug description
19 validations:
20 required: true
21 - type: input
22 id: reproduction
23 attributes:
24 label: Reproduction
25 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.
26 placeholder: Reproduction
27 validations:
28 required: true
29 - type: textarea
30 id: urql-version
31 attributes:
32 label: Urql version
33 description: The versions of the relevant urql packages you are using
34 placeholder: urql v2.0.0
35 validations:
36 required: true
37 - type: checkboxes
38 id: checkboxes
39 attributes:
40 label: Validations
41 description: Before submitting the issue, please make sure you do the following
42 options:
43 - 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
44 required: true
45 - label: Read the [docs](https://formidable.com/open-source/urql/docs/).
46 required: true
47 - label: Follow our [Code of Conduct](https://github.com/urql-graphql/urql/blob/main/CODE_OF_CONDUCT.md)
48 required: true