mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-12 16:44:02 +03:00
github pull requests don't do yml :(
This commit is contained in:
21
.github/PULL_REQUEST_TEMPLATE/new_feature.yml
vendored
21
.github/PULL_REQUEST_TEMPLATE/new_feature.yml
vendored
@@ -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
|
||||
6
.github/PULL_REQUEST_TEMPLATE/pull_request.md
vendored
Normal file
6
.github/PULL_REQUEST_TEMPLATE/pull_request.md
vendored
Normal file
@@ -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.
|
||||
Reference in New Issue
Block a user