File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,26 @@ body:
118
118
119
119
</details>
120
120
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
+
121
141
- type : textarea
122
142
id : redirects-file
123
143
attributes :
@@ -153,8 +173,8 @@ body:
153
173
attributes :
154
174
label : Function logs
155
175
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.
158
178
value : |
159
179
<details>
160
180
<summary>Function logs</summary>
You can’t perform that action at this time.
0 commit comments