From 71879715c37973a99a6018995c7c2847543fd106 Mon Sep 17 00:00:00 2001 From: pointfeev Date: Tue, 25 Apr 2023 20:34:21 -0400 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 3 ++- .../dlcs-not-unlocking---game-not-working.md | 10 ++++++++++ .../{enhancement-request.md => feature-request.md} | 4 ++-- 3 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/dlcs-not-unlocking---game-not-working.md rename .github/ISSUE_TEMPLATE/{enhancement-request.md => feature-request.md} (61%) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index a0510aa..1cdde42 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,6 +1,7 @@ --- name: Bug Report -about: Report a program exception or general bug. +about: Report a program exception or general bug, not including game-specific unlocking + issues. title: '' labels: Bug assignees: pointfeev diff --git a/.github/ISSUE_TEMPLATE/dlcs-not-unlocking---game-not-working.md b/.github/ISSUE_TEMPLATE/dlcs-not-unlocking---game-not-working.md new file mode 100644 index 0000000..b6064f4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/dlcs-not-unlocking---game-not-working.md @@ -0,0 +1,10 @@ +--- +name: DLCs Not Unlocking / Game Not Working +about: This is not the place to report game-specific issues; see this template's content. +title: I promise not to post another issue about game-specific unlocking issues. +labels: '' +assignees: '' + +--- + +Please refer to [these](https://github.com/pointfeev/CreamInstaller#note-this-program-does-not-automatically-download-nor-install-actual-dlc-files-for-you-as-the-title-of-the-program-states-this-program-is-only-a-dlc-unlocker-installer-should-the-game-you-wish-to-unlock-dlc-for-not-already-come-with-the-dlcs-installed-as-is-the-case-with-a-good-majority-of-games-you-must-find-download-and-install-those-to-the-game-yourself) big bold messages right after installation instructions and right before usage instructions. diff --git a/.github/ISSUE_TEMPLATE/enhancement-request.md b/.github/ISSUE_TEMPLATE/feature-request.md similarity index 61% rename from .github/ISSUE_TEMPLATE/enhancement-request.md rename to .github/ISSUE_TEMPLATE/feature-request.md index dbaba83..7aaaa3e 100644 --- a/.github/ISSUE_TEMPLATE/enhancement-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,6 +1,6 @@ --- -name: Enhancement Request -about: Request a new feature or to enhance an existing feature. +name: Feature Request +about: Request a new program feature or an enhancement to an existing feature. title: '' labels: Enhancement assignees: pointfeev