summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorParty Wumpus <48649272+PartyWumpus@users.noreply.github.com>2023-05-18 18:29:52 +0100
committerGitHub <noreply@github.com>2023-05-18 18:29:52 +0100
commitbf99bce5797b83d7a1b8ba01039bebfe387839d7 (patch)
tree1df2d827af8e5547297315fafccd261d69c62506 /.github
parent9c02ccc537fe4b5d72eb99a4d9337b94a1e39acf (diff)
downloaddecky-loader-bf99bce5797b83d7a1b8ba01039bebfe387839d7.tar.gz
decky-loader-bf99bce5797b83d7a1b8ba01039bebfe387839d7.zip
Create new_feature.yml
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE/new_feature.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE/new_feature.yml b/.github/PULL_REQUEST_TEMPLATE/new_feature.yml
new file mode 100644
index 00000000..3314da7c
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE/new_feature.yml
@@ -0,0 +1,21 @@
+name: Add a new feature
+description: Make a pull request to add new functionality to the loader
+title: "[enhancement] <title>"
+labels: [enhancement]
+body:
+ - type: checkboxes
+ id: low-effort-checks
+ attributes:
+ label: Please confirm
+ description: Issues without all checks may be ignored/closed.
+ options:
+ - label: I have tested this code on a steam deck or on a PC
+
+ - type: textarea
+ attributes:
+ label: Feature Description
+ description: A clear and concise description of what the new feature is. If appropriate, include screenshots or videos.
+ placeholder: |
+ This PR implements cool RGB lights to decky...
+ validations:
+ required: true