Skip to content

Commit d636df7

Browse files
committed
chore: add field to collect gatsby info output
1 parent 922eb30 commit d636df7

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,26 @@ body:
118118
119119
</details>
120120
121+
- type: textarea
122+
id: gatsby-info
123+
attributes:
124+
label: Gatsby info
125+
description: |
126+
Enter the following command in a terminal and copy/paste its output:
127+
128+
```bash
129+
gatsby info
130+
```
131+
value: |
132+
<details>
133+
<summary>gatsby info</summary>
134+
135+
```
136+
# Paste output from `gatsby info` here.
137+
```
138+
139+
</details>
140+
121141
- type: textarea
122142
id: redirects-file
123143
attributes:
@@ -153,8 +173,8 @@ body:
153173
attributes:
154174
label: Function logs
155175
description:
156-
If it is a runtime error with DSG, SSR or API pages, please provide a copy of the relevant function log
157-
logs.
176+
If it is a runtime error with DSG, SSR or API pages, please provide a
177+
copy of the relevant function log logs.
158178
value: |
159179
<details>
160180
<summary>Function logs</summary>

0 commit comments

Comments
 (0)