Closed
Description
Once we're done with #430, we can think about forcing contributors to use the provided forms.
We can also configure the template chooser (screen you see when you click "new issue") to show a button with a link to upstream projects like ESLint with a custom text. This can help re-direct unwanted stuff to the proper place. 😉
Example config.yml
:
blank_issues_enabled: false
contact_links:
- name: ESLint upstream
url: https://github.com/eslint/eslint/issues
about: Report problems with the ESLint program itself to the upstream project.
Read GitHub Docs, configuring the template chooser to learn more.