From 522d26099ee087ed233d5a49cfb9bbf19f0e9d1f Mon Sep 17 00:00:00 2001 From: theGaryLarson Date: Sun, 8 Sep 2024 02:16:29 -0700 Subject: [PATCH] Update issue template description for clarity Modified the issue template description to include content corrections alongside bug reports and enhancement requests. This change aims to provide clearer guidance to users when reporting issues. --- .github/ISSUE_TEMPLATE/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/application.yml b/.github/ISSUE_TEMPLATE/application.yml index 397882b..6cb062b 100644 --- a/.github/ISSUE_TEMPLATE/application.yml +++ b/.github/ISSUE_TEMPLATE/application.yml @@ -1,5 +1,5 @@ name: "New Issue" -description: "Report a bug, UI issue, or request an enhancement." +description: "Report a bug, content corrections, or request an enhancement." labels: [ new ] projects: - "Computing-For-All/nextjs-issue-tracker"