From 9c7861f8ed991d9d060935396e2c7cd0a797d18f Mon Sep 17 00:00:00 2001 From: Elena Frank Date: Fri, 6 May 2022 10:36:34 +0200 Subject: [PATCH] .github/: Fix config.yml file name & add note for logger (#2633) --- .github/ISSUE_TEMPLATE/bug_report.md | 2 ++ .github/ISSUE_TEMPLATE/{config.yaml => config.yml} | 0 2 files changed, 2 insertions(+) rename .github/ISSUE_TEMPLATE/{config.yaml => config.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 36bf6233..cb81ca42 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -23,6 +23,8 @@ Please provide a short summary of the bug, along with any information you feel r
Debug Output

diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/config.yaml rename to .github/ISSUE_TEMPLATE/config.yml