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
Check out [CONTRIBUTING.md](https://github.com/netlify/netlify-plugin-nextjs/blob/main/CONTRIBUTING.md#what-is-a-reproducible-test-case) for advice on producing a reproduction repo.
33
+
- type: input
34
+
id: plugin-version
35
+
attributes:
36
+
label: Plugin version
37
+
description: The version of `@netlify/plugin-nextjs` that you are using. (This is in the build logs)
38
+
placeholder: x.x.x
39
+
validations:
40
+
required: true
41
+
32
42
- type: checkboxes
33
43
id: more-info
34
44
attributes:
35
45
label: More information about your build
36
46
options:
37
47
- label: I am building using the CLI
38
-
- label: I am building using file-based configuration (netlify.toml)
48
+
- label: I am building using file-based configuration (`netlify.toml`)
39
49
- type: dropdown
40
50
id: which-os
41
51
attributes:
@@ -51,8 +61,22 @@ body:
51
61
attributes:
52
62
label: Your `netlify.toml` file
53
63
description: (If you're using file-based config) Please provide a copy of your `netlify.toml` file.
0 commit comments