feat(github): Add version context for issues (#4803)

* 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

* Add WinUtil version input to bug report template

Added input field for WinUtil version in bug report template.

* whoops :^)

* Someone forgot that label is single value parameter

* GH Wiki is a liar

* GH Docs are looking awful
This commit is contained in:
Ivan Lepekha
2026-07-04 00:21:26 -05:00
committed by GitHub
parent 9846dd7b49
commit e72ac75d13
+8
View File
@@ -18,6 +18,14 @@ body:
- label: Yes, I did - label: Yes, I did
required: true required: true
- type: input
id: winutil_version
attributes:
label: "Version of WinUtil"
description: "Provide a version that you are using when issue submitted (it can be found in right corner of app)"
validations:
required: true
- type: dropdown - type: dropdown
id: affected_part id: affected_part
attributes: attributes: