From a30664002b2d7b14dd336ab046fbaee6beee21c5 Mon Sep 17 00:00:00 2001
From: "Sean (ANGRYxScotsman)" <36518683+seanh1995@users.noreply.github.com>
Date: Fri, 6 Mar 2026 14:29:20 +0000
Subject: [PATCH] added doc link to settings menu (#4156)
---
.github/ISSUE_TEMPLATE/bug_report.yaml | 2 +-
.github/ISSUE_TEMPLATE/feature_request.yaml | 2 +-
scripts/main.ps1 | 7 ++++++-
xaml/inputXML.xaml | 1 +
4 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml
index 4717bba2..7067943f 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yaml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yaml
@@ -45,4 +45,4 @@ body:
id: error_output
attributes:
label: ❌ Paste the full error output (if available) or Screenshot.
- placeholder: "Include any relevant logs or error messages."
\ No newline at end of file
+ placeholder: "Include any relevant logs or error messages."
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml
index 158e6be0..aeff5983 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.yaml
+++ b/.github/ISSUE_TEMPLATE/feature_request.yaml
@@ -19,4 +19,4 @@ body:
label: 💡 Describe the solution you'd like
placeholder: "Provide a clear and concise description."
validations:
- required: true
\ No newline at end of file
+ required: true
diff --git a/scripts/main.ps1 b/scripts/main.ps1
index ba7ecd14..fecee8eb 100644
--- a/scripts/main.ps1
+++ b/scripts/main.ps1
@@ -487,7 +487,7 @@ $sync["AboutMenuItem"].Add_Click({
Invoke-WPFPopup -Action "Hide" -Popups @("Settings")
$authorInfo = @"
-Author : @christitustech
+Author : @ChrisTitusTech
UI : @MyDrift-user, @Marterich
Runspace : @DeveloperDurp, @Marterich
GitHub : ChrisTitusTech/winutil
@@ -495,6 +495,11 @@ Version :
+