Skip to content

Commit 6d3110b

Browse files
authored
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.
1 parent 63d673c commit 6d3110b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
blank_issues_enabled: false
12
contact_links:
23
- name: 📃 Documentation Issue
34
url: https://github.com/reactjs/react.dev/issues/new/choose

0 commit comments

Comments
 (0)