diff options
| author | Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> | 2023-05-18 18:36:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-18 18:36:33 +0100 |
| commit | 3b58001abe4d94acf7de015ef68aad4d38625f44 (patch) | |
| tree | 5e4cbc8188e12dd31c96e80cfb60c2a9a2dca5e7 /.github | |
| parent | bf99bce5797b83d7a1b8ba01039bebfe387839d7 (diff) | |
| download | decky-loader-3b58001abe4d94acf7de015ef68aad4d38625f44.tar.gz decky-loader-3b58001abe4d94acf7de015ef68aad4d38625f44.zip | |
github pull requests don't do yml :(
Diffstat (limited to '.github')
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE/new_feature.yml | 21 | ||||
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE/pull_request.md | 6 |
2 files changed, 6 insertions, 21 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE/new_feature.yml b/.github/PULL_REQUEST_TEMPLATE/new_feature.yml deleted file mode 100644 index 3314da7c..00000000 --- a/.github/PULL_REQUEST_TEMPLATE/new_feature.yml +++ /dev/null @@ -1,21 +0,0 @@ -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 diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request.md b/.github/PULL_REQUEST_TEMPLATE/pull_request.md new file mode 100644 index 00000000..2bf54d26 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request.md @@ -0,0 +1,6 @@ +Please tick as appropriate: +- [ ] I have tested this code on a steam deck or on a PC +- [ ] This is a bugfix/hotfix +- [ ] This is a new feature + +Please replace this text with a clear and concise description of what the new feature is. If appropriate, include screenshots or videos. |
