From ccb93223f74e984feec6c3d86ca989de202114f0 Mon Sep 17 00:00:00 2001
From: ClementTsang <34804052+ClementTsang@users.noreply.github.com>
Date: Mon, 15 May 2023 00:17:40 -0400
Subject: [PATCH] github: update even more packaging issue template wording

---
 .github/ISSUE_TEMPLATE/packaging.yml         | 20 ++++++++------------
 scripts/windows/choco/bottom.nuspec.template |  5 +++--
 2 files changed, 11 insertions(+), 14 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/packaging.yml b/.github/ISSUE_TEMPLATE/packaging.yml
index f22f112f..eb70fb56 100644
--- a/.github/ISSUE_TEMPLATE/packaging.yml
+++ b/.github/ISSUE_TEMPLATE/packaging.yml
@@ -12,23 +12,19 @@ body:
         packaging, feel free to open an appropriate issue.
 
 
-        If this is an issue regarding a specific existing distribution channel, then please understand that outside of:
+        If this is an issue regarding a specific existing distribution channel, feel free to report issues here if they
+        are related to the following sources:
 
           * [crates.io](https://crates.io/crates/bottom)
-          * [Chocolatey](https://community.chocolatey.org/packages/bottom)
           * [Binary releases released on GitHub](https://github.com/ClementTsang/bottom/releases)
 
 
-        I do _not_ personally maintain any other distribution channel. Preferably, for any issues with other distribution
-        channels, you should first try to contact the package maintainers where appropriate for help regarding
-        distribution-specific issues (e.g. the package has issues installing, it is outdated, etc.) before reaching out
-        here.
-
-
-        This is as while I am happy to help where possible, I do not personally use many of the various ways people
-        distribute bottom. As such, unless specified, it's very likely I lack the platform-specific context, knowledge,
-        or tools to be able to help you at all, and the best I can do is just point you to whoever added the
-        distribution method in the first place - as such, it's probably easier to just ask them directly.
+        For any other distribution channel, please first try to contact the package maintainers where appropriate
+        to get help regarding distribution-specific issues (e.g. the package has issues installing, the package
+        is outdated, etc.) before reaching out here. This is as while I am happy to help where possible, I do not
+        personally use many of the various ways people distribute bottom. As such, unless specified, I might lack the
+        platform-specific context, knowledge, or tools to be able to help you at all regarding the distribution method,
+        and the best I can do is just point you to the package maintainer.
 
   - type: checkboxes
     id: acknowledgements
diff --git a/scripts/windows/choco/bottom.nuspec.template b/scripts/windows/choco/bottom.nuspec.template
index 7d176f4e..cb526044 100644
--- a/scripts/windows/choco/bottom.nuspec.template
+++ b/scripts/windows/choco/bottom.nuspec.template
@@ -42,10 +42,11 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
     To use, run `btm` in a terminal.
     
     For more [documentation and usage](https://github.com/ClementTsang/bottom/blob/master/README.md), see the [official repo](https://github.com/ClementTsang/bottom).
-    
 
+    Please report any issues with the Chocolatey package [here](https://github.com/ClementTsang/choco-bottom).
+    
     **Note**
-    This currently depends on Visual C++ Redistributable for Visual Studio 2015 https://chocolatey.org/packages/vcredist2015. 
+    This package currently depends on Visual C++ Redistributable for Visual Studio 2015 https://chocolatey.org/packages/vcredist2015. 
     </description>
     <releaseNotes>https://github.com/ClementTsang/bottom/releases/tag/$version/</releaseNotes>
   </metadata>