From 6a9b721053bb159e19084a977de17cdd88aa2874 Mon Sep 17 00:00:00 2001 From: Cactus <88598340+Cactism@users.noreply.github.com> Date: Thu, 13 Jun 2024 09:18:25 -0400 Subject: [PATCH 1/2] Update bug.yaml I think that many people who'd submit Issues wouldn't understand what ".sh" or ".yml" file extensions are/what building methods they are (you can even see that many new issues don't even check any box here). This adds a short description so others who submit Issues know what they are. --- .github/ISSUE_TEMPLATE/bug.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 5c8133c..347a831 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -113,8 +113,8 @@ body: attributes: label: Select the configuration used for building uYouEnhanced ipa. options: - - label: buildapp.yml - - label: build.sh + - label: buildapp.yml (GitHub Actions — build method as suggested by [Wiki - Building](https://github.com/arichornlover/uYouEnhanced/wiki/Building)) + - label: build.sh (Shell script) - type: textarea attributes: From 97b2a2fc536fc33670d0c30940187ed06067e49c Mon Sep 17 00:00:00 2001 From: Cactus <88598340+Cactism@users.noreply.github.com> Date: Thu, 13 Jun 2024 09:21:30 -0400 Subject: [PATCH 2/2] Update bug.yaml --- .github/ISSUE_TEMPLATE/bug.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 347a831..d08c958 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -113,8 +113,8 @@ body: attributes: label: Select the configuration used for building uYouEnhanced ipa. options: - - label: buildapp.yml (GitHub Actions — build method as suggested by [Wiki - Building](https://github.com/arichornlover/uYouEnhanced/wiki/Building)) - - label: build.sh (Shell script) + - label: "buildapp.yml (GitHub Actions — build method as suggested by [Wiki - Building](https://github.com/arichornlover/uYouEnhanced/wiki/Building))" + - label: "build.sh (Shell script)" - type: textarea attributes: