diff options
| author | Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> | 2023-05-18 18:43:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-18 18:43:59 +0100 |
| commit | 313f6db5fa7af5c1bae76a1bf8941d3ddab704f4 (patch) | |
| tree | e5bed669bc99ed4acc0f11fcdb1e37ea3557b7bc /.github | |
| parent | 3b58001abe4d94acf7de015ef68aad4d38625f44 (diff) | |
| download | decky-loader-313f6db5fa7af5c1bae76a1bf8941d3ddab704f4.tar.gz decky-loader-313f6db5fa7af5c1bae76a1bf8941d3ddab704f4.zip | |
Update and rename pull_request.md to pull_request_template.md
Diffstat (limited to '.github')
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE/pull_request.md | 6 | ||||
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE/pull_request_template.md | 13 |
2 files changed, 13 insertions, 6 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request.md b/.github/PULL_REQUEST_TEMPLATE/pull_request.md deleted file mode 100644 index 2bf54d26..00000000 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request.md +++ /dev/null @@ -1,6 +0,0 @@ -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. diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 00000000..dc9f2f85 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,13 @@ +Please tick as appropriate: +- [ ] I have tested this code on a steam deck or on a PC +- [ ] My changes generate no new errors/warnings +- [ ] This is a bugfix/hotfix +- [ ] This is a new feature + +If you're wanting to update a translation or add a new one, please use the weblate page: https://weblate.werwolv.net/projects/decky/ + +# Description + +This fixes issue: # + +Please provide a clear and concise description of what the new feature is. If appropriate, include screenshots or videos. |
