[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
lauren committed
Oct 18, 2024 at 15:02 UTC
1839e1437f652819682f2c7970687ac19e551534
1 file changed
+7
.github/ISSUE_TEMPLATE/compiler_bug_report.yml
+7
@@ -55,3 +55,10 @@ body:
55
Please provide your React version in the app where this issue occurred.
56
validations:
57
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