Skip to content

Commit

Permalink
meta: Allow blank GitHub issues
Browse files Browse the repository at this point in the history
With the sub-issues beta, it appears that I am no longer able to open blank issues by manually editing the URL to https://github.com/getsentry/sentry-python/issues/new.

While users should, of course, be encouraged to use one of the templates, blank issues are often quite helpful for internal purposes. For example, in my experience with the Sentry CLI repo where blank issues are enabled, very few (perhaps none) of the issues from external users that I have triaged have been blank issues.
  • Loading branch information
szokeasaurusrex committed Jul 22, 2024
1 parent 624e743 commit fbe8ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
blank_issues_enabled: false
blank_issues_enabled: true
contact_links:
- name: Support Request
url: https://sentry.io/support
Expand Down

0 comments on commit fbe8ecc

Please sign in to comment.