From 99f17b626a8e829f5e21e95166f58c0865771940 Mon Sep 17 00:00:00 2001 From: smiley Date: Thu, 17 Oct 2024 11:30:47 +0200 Subject: [PATCH] :octocat: order issue templates --- .github/ISSUE_TEMPLATE/{bug_report.yml => 01-bug-report.yml} | 2 +- .../{feature_request.yml => 02-feature-request.yml} | 0 .../ISSUE_TEMPLATE/{documentation.yml => 03-documentation.yml} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename .github/ISSUE_TEMPLATE/{bug_report.yml => 01-bug-report.yml} (92%) rename .github/ISSUE_TEMPLATE/{feature_request.yml => 02-feature-request.yml} (100%) rename .github/ISSUE_TEMPLATE/{documentation.yml => 03-documentation.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/01-bug-report.yml similarity index 92% rename from .github/ISSUE_TEMPLATE/bug_report.yml rename to .github/ISSUE_TEMPLATE/01-bug-report.yml index 3f7988eeb..d1deddeb8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/01-bug-report.yml @@ -10,7 +10,7 @@ body: - type: markdown attributes: - value: "You've found a bug? Does the library not behave as expected?\nPlease help us to improve this project and fill out the following form.\nIf you have a question or an issue that is not a bug, please go to [the discussions section](../discussions) instead. Thanks!" + value: "You've found a bug? Does the library not behave as expected?\nPlease help us to improve this project and fill out the following form.\nIf you are unsure whether it is a bug, or you have a question or an issue that is not a bug, please go to [the discussions section](../discussions) instead. Thanks!" - type: textarea validations: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/02-feature-request.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/feature_request.yml rename to .github/ISSUE_TEMPLATE/02-feature-request.yml diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/03-documentation.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/documentation.yml rename to .github/ISSUE_TEMPLATE/03-documentation.yml