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/next-runtime/blob/main/CONTRIBUTING.md#what-is-a-reproducible-test-case) for advice on producing a reproduction repo.
31
+
Check out PLACEHOLDER for advice on producing a reproduction repo.
32
+
- type: textarea
33
+
attributes:
34
+
label: Expected Result
35
+
description: Describe what you expected to happen.
36
+
validations:
37
+
required: true
38
+
- type: textarea
39
+
attributes:
40
+
label: Actual Result
41
+
description: Describe what actually happened.
42
+
validations:
43
+
required: true
44
+
- type: textarea
45
+
id: steps-to-reproduce
46
+
attributes:
47
+
label: Steps to reproduce
48
+
description: Steps to reproduce the behavior
49
+
placeholder: |
50
+
1.
51
+
2.
52
+
3.
53
+
4.
54
+
validations:
55
+
required: true
43
56
- type: input
44
57
id: runtime-version
45
58
attributes:
@@ -52,7 +65,7 @@ body:
52
65
- type: checkboxes
53
66
id: more-nextjs-info
54
67
attributes:
55
-
label: Is your issue related to the `app` directory (beta)?
68
+
label: Is your issue related to the `app` directory?
0 commit comments