1name: New feature or behavior change
2description: "Choose when something isn't broken, but you want it to be better."
3body:
4  - type: markdown
5    attributes:
6      value: |
7        Want the improvement faster?  Check the wiki for tips:
8        https://github.com/hrydgard/ppsspp/wiki/How-to-report-an-issue-properly
9
10  - type: textarea
11    id: desired
12    validations:
13      required: true
14    attributes:
15      label: What should happen
16      placeholder: |
17        PPSSPP should have a button that makes all graphics look like the screen was cracked.
18
19        The button should always be present on the screen and be labeled "Drop PSP".
20      description: >
21        Be specific and descriptive.
22
23  - type: textarea
24    id: audience
25    validations:
26      required: true
27    attributes:
28      label: Who would this benefit
29      placeholder: |
30        No one really.  I know it'd be a lot of work but it'd be fun for a 2 minute nostalgia trip since I've dropped by PSP before.
31      description: >
32        PPSSPP features are contributed by the community, so explaining who else would benefit may help your case.
33
34  - type: dropdown
35    id: platform
36    attributes:
37      label: Platform (if relevant)
38      options:
39        - Android
40        - Windows
41        - libretro / Retroarch
42        - iOS
43        - Switch
44        - Raspberry Pi
45        - Linux / BSD
46        - macOS
47        - Other
48
49  - type: input
50    id: game
51    validations:
52      required: true
53    attributes:
54      label: Games this would be useful in
55      placeholder: 'ULUS-10336 - Crisis Core, ULUS-10482 - Lunar: Silver Star Harmony'
56      description: >
57        Requests for mods to game logic belong in the forum or Discord.  This isn't the place to request game hacks.
58
59  - type: textarea
60    id: notes
61    attributes:
62      label: Other emulators or software with a similar feature
63      description: >
64        May be helpful in showing someone how it'd be helpful.
65
66  - type: checkboxes
67    attributes:
68      label: Checklist
69      options:
70        - label: "Check the [latest git build](https://buildbot.orphis.net/ppsspp/) in case it's already implemented."
71          required: true
72        - label: "[Search for other requests](https://github.com/hrydgard/ppsspp/search?q=my+issue&type=issues) of the same feature."
73          required: true
74