From fd27ad906fb94a4295a06b24803ffc0f468e425d Mon Sep 17 00:00:00 2001 From: Anton Osika Date: Wed, 16 Aug 2023 21:56:48 +0200 Subject: [PATCH] eof newline --- .github/ISSUE_TEMPLATE/sweep-bugfix.yml | 2 +- .github/ISSUE_TEMPLATE/sweep-feature.yml | 2 +- .github/ISSUE_TEMPLATE/sweep-refactor.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/sweep-bugfix.yml b/.github/ISSUE_TEMPLATE/sweep-bugfix.yml index 25f43c357f..67f5e6da35 100644 --- a/.github/ISSUE_TEMPLATE/sweep-bugfix.yml +++ b/.github/ISSUE_TEMPLATE/sweep-bugfix.yml @@ -8,4 +8,4 @@ body: attributes: label: Details description: More details about the bug - placeholder: The bug might be in ... file \ No newline at end of file + placeholder: The bug might be in ... file diff --git a/.github/ISSUE_TEMPLATE/sweep-feature.yml b/.github/ISSUE_TEMPLATE/sweep-feature.yml index 6b985bc8cd..76c28784ef 100644 --- a/.github/ISSUE_TEMPLATE/sweep-feature.yml +++ b/.github/ISSUE_TEMPLATE/sweep-feature.yml @@ -8,4 +8,4 @@ body: attributes: label: Details description: More details for Sweep - placeholder: The new endpoint should use the ... class from ... file because it contains ... logic \ No newline at end of file + placeholder: The new endpoint should use the ... class from ... file because it contains ... logic diff --git a/.github/ISSUE_TEMPLATE/sweep-refactor.yml b/.github/ISSUE_TEMPLATE/sweep-refactor.yml index ed0f8a666c..5e83603295 100644 --- a/.github/ISSUE_TEMPLATE/sweep-refactor.yml +++ b/.github/ISSUE_TEMPLATE/sweep-refactor.yml @@ -8,4 +8,4 @@ body: attributes: label: Details description: More details for Sweep - placeholder: We are migrating this function to ... version because ... \ No newline at end of file + placeholder: We are migrating this function to ... version because ...