Mirror: The spec-compliant minimum of client-side GraphQL.
1name: "\U0001F41E Bug report"
2description: Report an issue with graphql.web
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 reproduction link, e.g. to a sandbox
26 placeholder: Reproduction
27 validations:
28 required: true
29 - type: textarea
30 id: version
31 attributes:
32 label: Package version
33 description: The versions of the relevant urql packages you are using
34 placeholder: "@0no-co/graphql.web@0.1.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 should be used
44 required: true
45 - label: Follow our [Code of Conduct](https://github.com/0no-co/graphql.web/blob/main/CODE_OF_CONDUCT.md)
46 required: true