Skip to content

Commit

Permalink
Don't allow blank issues (#29691)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rickhanlonii committed May 31, 2024
1 parent 63d673c commit 6d3110b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
blank_issues_enabled: false
contact_links:
- name: 📃 Documentation Issue
url: https://github.com/reactjs/react.dev/issues/new/choose
Expand Down

0 comments on commit 6d3110b

Please sign in to comment.