Move ISSUE_TEMPLATE.md to ISSUE_TEMPLATE/bug-report.md (#2273)

Motivation:

If the "New issue" button is clicked on GitHub it takes you straight to
the NIO bug report template. This makes it slightly too easy to
accidentally file a security vulnerability in public.

Modifications:

Move the ISSUE_TEMPLATE.md to ISSUE_TEMPLATE/bug-report.md, doing so
means the "New issue" will take users to a page where they can select
from filing a bug report or reporting a security vulnerability.

Result:

It's clearer when filing an issue that security vulnerabilities are
handled differently.
This commit is contained in:
George Barnett 2022-09-29 14:59:17 +01:00 committed by GitHub
parent fcca969463
commit 560e360017
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
---
name: Bug Report
about: File a bug report to help us improve
---
### Expected behavior ### Expected behavior
_[what you expected to happen]_ _[what you expected to happen]_