You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Provide a clear and concise description of the challenge you are running into.
16
+
validations:
17
+
required: true
18
+
- type: input
19
+
id: link
20
+
attributes:
21
+
label: Your Example Website or App
22
+
description: |
23
+
Which website or app were you using when the bug happened?
24
+
Note:
25
+
- Your bug will may get fixed much faster if we can run your code and it doesn't have dependencies other than the `@graphql-codegen/*` npm related packages / dependencies.
26
+
- To create a shareable code example you can use [GitHub](https://github.com/dotansimha/graphql-code-generator-issue-sandbox-template), [Stackblitz](https://stackblitz.com/github/dotansimha/graphql-code-generator-issue-sandbox-template) or [CodeSandbox](https://codesandbox.io/s/github/dotansimha/graphql-code-generator-issue-sandbox-template). Please no localhost URLs.
27
+
- Please read these tips for providing a minimal example: https://stackoverflow.com/help/minimal-reproducible-example.
28
+
placeholder: |
29
+
e.g. https://codesandbox.io/...... OR Github Repo
30
+
- type: textarea
31
+
id: steps
32
+
attributes:
33
+
label: Steps to Reproduce the Bug or Issue
34
+
description: Describe the steps we have to take to reproduce the behavior.
35
+
placeholder: |
36
+
1. Go to '...'
37
+
2. Click on '....'
38
+
3. Scroll down to '....'
39
+
4. See error
40
+
validations:
41
+
required: true
42
+
- type: textarea
43
+
id: expected
44
+
attributes:
45
+
label: Expected behavior
46
+
description: Provide a clear and concise description of what you expected to happen.
47
+
placeholder: |
48
+
As a user, I expected ___ behavior but i am seeing ___
49
+
validations:
50
+
required: true
51
+
- type: textarea
52
+
id: screenshots_or_videos
53
+
attributes:
54
+
label: Screenshots or Videos
55
+
description: |
56
+
If applicable, add screenshots or a video to help explain your problem.
57
+
For more information on the supported file image/file types and the file size limits, please refer
58
+
to the following link: https://docs.github.com/en/github/writing-on-github/working-with-advanced-formatting/attaching-files
59
+
placeholder: |
60
+
You can drag your video or image files inside of this editor ↓
0 commit comments