Remove v19 beta specific issue template (#32795)
This was a template for the 19 beta. Since 19 has been stable for a while now, we can clean this up. Any bug report for React 19 should use the standard bug report template.
Jack Pope committed
Mar 31, 2025 at 15:53 UTC
a7fa8702ee0fc4c04f2d2ff9404e4f626877c113
1 file changed
-18
.github/ISSUE_TEMPLATE/19.md
deleted
-18
@@ -1,18 +0,0 @@
1
----
2
-name: "⚛React 19 beta issue"
3
-about: Report a issue with React 19 beta.
4
-title: '[React 19]'
5
-labels: 'React 19'
6
-
7
----
8
-
9
-
10
-## Summary
11
-
12
-<!--
13
- Please provide a CodeSandbox (https://codesandbox.io/s/new), a link to a
14
- repository on GitHub, or provide a minimal code example that reproduces the
15
- problem. You may provide a screenshot of the application if you think it is
16
- relevant to your bug report. Here are some tips for providing a minimal
17
- example: https://stackoverflow.com/help/mcve.
18
--->