@samitouri / QOS-React / commits / c4083616a2

Create React 19 issue template

Ricky committed Apr 25, 2024 at 15:32 UTC c4083616a232028588a2cbaa9ba8992481d1deb7
1 file changed +18
.github/ISSUE_TEMPLATE/19.md new
+18
@@ -0,0 +1,18 @@
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 +-->