From 3dd5810c53076b7405b759c66cbc664d64048c10 Mon Sep 17 00:00:00 2001 From: KeylAmi Date: Wed, 2 Mar 2022 18:30:22 -0500 Subject: [PATCH 1/3] Update bugreport.yml --- .github/ISSUE_TEMPLATE/bugreport.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bugreport.yml b/.github/ISSUE_TEMPLATE/bugreport.yml index d130991bf..f957ac801 100644 --- a/.github/ISSUE_TEMPLATE/bugreport.yml +++ b/.github/ISSUE_TEMPLATE/bugreport.yml @@ -76,3 +76,11 @@ body: ``` validations: required: false + - type: textarea + id: packages + attributes: + label: Packages + description: List Discord.Net and Discord.Net related pacakges in use, and versions. + placeholder: Discord.Net V3.3.2, etc. + validations: + required: true From 532fccf345474bbc7db23e14e5f5d566758d6b71 Mon Sep 17 00:00:00 2001 From: KeylAmi Date: Thu, 3 Mar 2022 11:30:42 -0500 Subject: [PATCH 2/3] Update bugreport.yml removed d.net reference. fixed spelling. --- .github/ISSUE_TEMPLATE/bugreport.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bugreport.yml b/.github/ISSUE_TEMPLATE/bugreport.yml index f957ac801..1bf37a2e4 100644 --- a/.github/ISSUE_TEMPLATE/bugreport.yml +++ b/.github/ISSUE_TEMPLATE/bugreport.yml @@ -80,7 +80,7 @@ body: id: packages attributes: label: Packages - description: List Discord.Net and Discord.Net related pacakges in use, and versions. - placeholder: Discord.Net V3.3.2, etc. + description: List related packages in use, and versions. + placeholder: Discord.Addons.Hosting V5.1.0, Discord.InteractivityAddon V2.4.0, etc. validations: required: true From b375492cc5fcf4a350e79cecb81146ccf2ac4a44 Mon Sep 17 00:00:00 2001 From: KeylAmi Date: Thu, 3 Mar 2022 11:47:59 -0500 Subject: [PATCH 3/3] Update bugreport.yml Adjusted verbiage for clarity --- .github/ISSUE_TEMPLATE/bugreport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bugreport.yml b/.github/ISSUE_TEMPLATE/bugreport.yml index 1bf37a2e4..e2c154130 100644 --- a/.github/ISSUE_TEMPLATE/bugreport.yml +++ b/.github/ISSUE_TEMPLATE/bugreport.yml @@ -80,7 +80,7 @@ body: id: packages attributes: label: Packages - description: List related packages in use, and versions. + description: Please list all 3rd party packages in use if applicable, including their versions. placeholder: Discord.Addons.Hosting V5.1.0, Discord.InteractivityAddon V2.4.0, etc. validations: required: true