From c12118512a28bb4d0a697fe5b231ed6817b0b3c4 Mon Sep 17 00:00:00 2001 From: sitiom Date: Sun, 28 Aug 2022 23:19:18 +0800 Subject: [PATCH] Simplify PR template (#686) --- .github/pull_request_template.md | 33 +++++++++----------------------- CONTRIBUTING.md | 1 + 2 files changed, 10 insertions(+), 24 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d9db044f..e568ea82 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,30 +1,15 @@ -## What package release type is this? +Closes #XXXX + +Relates to #XXXX -> - [x] stable -> - [ ] beta -> - [ ] dev/nightly/canary - -## I followed the bucket's manifest standards? -> - [ ] I have read the [Contributing Guide](https://github.com/Calinou/scoop-games/blob/master/CONTRIBUTING.md). -> - [ ] properly named and capitalized shortcuts? -> - [ ] [autoupdate and checkver entry](https://github.com/ScoopInstaller/Scoop/wiki/App-Manifest-Autoupdate) -> - [ ] [persist](https://github.com/ScoopInstaller/Scoop/wiki/Persistent-data) defined with config/data/user/portable/textures/saves folder(s) specific for the app? -> - [ ] a [pre_install](https://github.com/ScoopInstaller/Scoop/wiki/Pre-and-Post-install-and-uninstall-scripts) script to auto-enable portable mode (if needed)? -> - [ ] a pre_install script creates runtime created files specified in persist (ensures symlinks properly get created) -> - [ ] license identifier and url -> - [ ] a short terse description matching existing style. -> - [ ] url to the release along with its sha256 hash -> - [ ] bin entry for main binary -> - [ ] if beta, dev, etc: does bin shim have variant appended to the name? (e.g appname-dev) -> - [ ] passes `bin/checkver.ps1` and `bin/checkurls.ps1` -> - [ ] tested install, checked persist, no errors. -> - [ ] manifest is sorted to spec -> - [ ] manifest follows spec: appname or appname-variant (e.g citra-canary or dolphin-dev) -> - [ ] I tested the package and it runs in portable mode. I have verified the symlinks are correct in the persist folder and working. -> - [ ] I will maintain this manifest and promptly fix it in the event it breaks. +- [ ] I have read the [Contributing Guide](https://github.com/Calinou/scoop-games/blob/master/CONTRIBUTING.md). diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 980a1cd6..449acc76 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,3 +10,4 @@ be sure to know about these few guidelines: - Generic utilities related to gaming (such as Steam or GOG-related utilities) should be added to [scoop-extras](https://github.com/lukesampson/scoop-extras) instead, as they tend to appeal to a wider audience compared to this bucket. +- See the official [Contributing Guide](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md).