chore: add issue templates

Provide issue templates to ask for platform specific information to
make bugs more actionable.
This commit is contained in:
Mads Marquart 2024-02-09 21:51:21 +01:00 committed by Kirill Chibisov
parent 8e69a8fa40
commit 975cf068c7
10 changed files with 304 additions and 0 deletions

View file

@ -0,0 +1,26 @@
name: Feature request
description: Propose a new feature
labels:
- S - enhancement
body:
- type: textarea
id: description
attributes:
label: Description
description: Description of the problem does this solve or what need does it fill? Please be mindful of the [scope](https://github.com/rust-windowing/winit/blob/master/FEATURES.md) of Winit.
validations:
required: true
- type: dropdown
id: platforms
attributes:
label: Relevant platforms
description: On which platforms is this feature relevant?
options:
- Windows
- macOS
- Wayland
- X11
- Web
- iOS
- Android
multiple: true