From af900dab3a04faed3f35630f18f421db5e78037a Mon Sep 17 00:00:00 2001 From: Ivan Lepekha <57459428+FluffyPunk@users.noreply.github.com> Date: Tue, 23 Jun 2026 02:22:59 +0300 Subject: [PATCH] feat(github): Create a discussion template for app suggestion (#4741) * Create app suggestion discussion template Add a discussion template for app suggestions with rules and input fields. * Add application suggestion link to issue template Added a link for suggesting applications to the issue template. * Update app suggestion discussion template * Add checkbox for WinGet application presence check * Changed name of file, didn't change name of link XD --- .../DISCUSSION_TEMPLATE/app-suggestion.yaml | 28 +++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 3 ++ 2 files changed, 31 insertions(+) create mode 100644 .github/DISCUSSION_TEMPLATE/app-suggestion.yaml diff --git a/.github/DISCUSSION_TEMPLATE/app-suggestion.yaml b/.github/DISCUSSION_TEMPLATE/app-suggestion.yaml new file mode 100644 index 00000000..e9839281 --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/app-suggestion.yaml @@ -0,0 +1,28 @@ +title: "[App Suggestion] " +body: + - type: input + attributes: + label: "Application Link" + description: "Provide a link where this application can downloaded officially" + - type: checkboxes + attributes: + label: "Rules Checklist" + description: "You should agree with next rules" + options: + - label: "This application is popular enough, so is not considered as niche" + required: true + - label: "This application is not considered bloatware" + required: true + - label: "This application is free to access" + required: true + - label: "This application should be included on majority of fresh installed systems" + required: true + - label: "This application is present on WinGet (check winstall.app or do 'winget search your-app' in terminal)" + required: true + - type: checkboxes + attributes: + label: "Check for denied applications" + options: + - label: "Yes, I checked PRs, issues and discussions for existing suggestions and their result" + required: true + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index ffcf0e5b..47cf3129 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,3 +3,6 @@ contact_links: - name: 💻 Community Discord url: https://discord.gg/RUbZUZyByQ about: Join our Community Discord server to chat with other users in the WinUtil community. + - name: Suggest an application + url: https://github.com/ChrisTitusTech/winutil/discussions/new?category=app-suggestion + about: If you want to suggest an application to be added, create a discussion with given template