Skip to content

Commit

Permalink
github: disable blank issues without an issue template (#814)
Browse files Browse the repository at this point in the history
- apparently there's a button you can press to skip using an issue
  template, which means some issues come in that can be low quality,
  confusing what the request is, don't list versions, etc
  - so disable this button and require a template, which will also make
    the writer think about whether their issue is a feature or bug
    - (if neither, perhaps StackOverflow, Discussions, etc is a better
      option than filing an issue)

- follows the official docs from
  https://docs.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser,
  which instructs to set blank_issues_enabled to false to disable the
  button / option
  • Loading branch information
agilgur5 authored Aug 23, 2020
1 parent 9fea19d commit 0139cae
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
@@ -0,0 +1 @@
blank_issues_enabled: false

1 comment on commit 0139cae

@vercel
Copy link

@vercel vercel bot commented on 0139cae Aug 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.