.github/ISSUE_TEMPLATE: update templates

This commit is contained in:
Hajime Hoshi 2022-11-13 02:15:12 +09:00
parent 1ecac8d834
commit be5f4ded7e
2 changed files with 36 additions and 2 deletions

View File

@ -4,6 +4,24 @@ labels:
- feature
- request
body:
- type: checkboxes
id: os
attributes:
label: Operating System
description: Which Operating System was related?
options:
- label: Windows
- label: macOS
- label: Linux
- label: FreeBSD
- label: OpenBSD
- label: Android
- label: iOS
- label: Nintendo Switch
- label: Xbox
- label: Web Browsers
validations:
required: true
- type: textarea
id: what
attributes:
@ -14,5 +32,3 @@ body:
id: why
attributes:
label: Why is this needed?
validations:
required: true

View File

@ -2,6 +2,24 @@ name: Security Vulnerability
description: Provide details about a security vulnerability.
labels: security
body:
- type: checkboxes
id: os
attributes:
label: Operating System
description: Which Operating System was the issue on?
options:
- label: Windows
- label: macOS
- label: Linux
- label: FreeBSD
- label: OpenBSD
- label: Android
- label: iOS
- label: Nintendo Switch
- label: Xbox
- label: Web Browsers
validations:
required: true
- type: textarea
id: what
attributes: