@samitouri / QOS-React-1 / commits / 6d3110b4d9

Don't allow blank issues (#29691)

We're getting a ton of issues filed using the blank template, for example these airline support tickets: https://github.com/facebook/react/issues/29678 I think someone somewhere is linking to our issues with pre-filled content. This fixes it by forcing a template to be used.

Ricky committed May 31, 2024 at 12:05 UTC 6d3110b4d95a8594b0cbe437c9d71d3e2f2ba2d4
1 file changed +1
.github/ISSUE_TEMPLATE/config.yml
+1
@@ -1,3 +1,4 @@
1 +blank_issues_enabled: false
2 contact_links:
3 - name: 📃 Documentation Issue
4 url: https://github.com/reactjs/react.dev/issues/new/choose