Skip to content

Commit 1839e14

Browse files
authored
[ez] Update compiler issue template (#31297)
Add a field to specify which version of React Compiler is being used. --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/31297). * __->__ #31297 * #31296
1 parent 54c0edc commit 1839e14

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/ISSUE_TEMPLATE/compiler_bug_report.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,10 @@ body:
5555
Please provide your React version in the app where this issue occurred.
5656
validations:
5757
required: true
58+
- type: input
59+
attributes:
60+
label: What version of React Compiler are you using?
61+
description: |
62+
Please provide the exact React Compiler version in the app where this issue occurred.
63+
validations:
64+
required: true

0 commit comments

Comments
 (0)