mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2026-08-10 01:51:18 +10:00
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:
@@ -18,6 +18,14 @@ body:
|
||||
- label: Yes, I did
|
||||
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
|
||||
id: affected_part
|
||||
attributes:
|
||||
|
||||
Reference in New Issue
Block a user