diff options
| author | Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> | 2023-01-06 17:23:05 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-06 09:23:05 -0800 |
| commit | b8fdff80933b0164096c94358ab8123722906e0d (patch) | |
| tree | 6c964d67438009dcbd4f0f18a116440931ef8b75 /.github | |
| parent | 880b4c2f8f56ce43dcf792245fc1b3547a4e8ab2 (diff) | |
| download | decky-loader-b8fdff80933b0164096c94358ab8123722906e0d.tar.gz decky-loader-b8fdff80933b0164096c94358ab8123722906e0d.zip | |
Add feature requests as an issue template (#318)
* Create feature_request.yml
* Update feature_request.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 00000000..c3985545 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,35 @@ +name: Feature request +description: Request a new feature (NOT A PLUGIN) +title: "[Request] <title>" +labels: [feature request] +body: + - type: checkboxes + id: low-effort-checks + attributes: + label: Please confirm + description: Issues without all checks may be ignored/closed. + options: + - label: I have searched existing issues + - label: This issue is not a duplicate of an existing one + - label: This is not a request for a plugin + + - type: textarea + attributes: + label: Feature Request Description + description: A clear and concise description of what the new feature. + placeholder: | + Decky plugins should be sortable in the quick access menu + validations: + required: true + + - type: textarea + attributes: + label: Further Description + description: A further explanation of the feature. If appropriate, include screenshots or videos. + placeholder: | + This would help make the UI clearer and easier to use as there is less clutter in the QAM. + It would also make it faster to access plugins that are used more. + + This could be implemented by adding ... + validations: + required: false |
