From 6815dfa02b72b60acc2c112f5df2ea94ef6db46d Mon Sep 17 00:00:00 2001 From: Karsten Hassel Date: Sat, 21 Oct 2023 21:17:24 +0200 Subject: [PATCH] fix ISSUE_TEMPLATE (#3243) fix for #3167 --- .github/{ISSUE_TEMPLATE/custom.md => ISSUE_TEMPLATE.md} | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) rename .github/{ISSUE_TEMPLATE/custom.md => ISSUE_TEMPLATE.md} (96%) diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE.md similarity index 96% rename from .github/ISSUE_TEMPLATE/custom.md rename to .github/ISSUE_TEMPLATE.md index 7cbf0076..f24edfc4 100644 --- a/.github/ISSUE_TEMPLATE/custom.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,6 +1,6 @@ Hello and thank you for opening an issue. -**Please make sure that you have read the following lines before submitting your Issue:** +**⚠️ Please make sure that you have read the following lines before submitting your Issue:** ## I'm not sure if this is a bug diff --git a/CHANGELOG.md b/CHANGELOG.md index b609b91d..02ee53d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ _This release is scheduled to be released on 2024-01-01._ - Fix yr API version in locationforecast call (#3227) - Fix cloneObject() function to respect RegExp (#3237) - Fix newsfeed module for feeds using "a10:updated" tag (#3238) +- Fix issue template (3167) ## [2.25.0] - 2023-10-01