From 657b87dfc35899a67a194eb2ab893550579a0959 Mon Sep 17 00:00:00 2001 From: vil02 Date: Mon, 15 Jan 2024 20:17:31 +0100 Subject: [PATCH] style: remove trailing spaces --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++--- .github/stale.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a6b7e0da16..6a4de4e591 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -33,9 +33,9 @@ body: label: Steps to reproduce (if applicable) description: List steps to reproduce the behavior. placeholder: | - 1. - 2. - 3. + 1. + 2. + 3. 4. validations: required: false diff --git a/.github/stale.yml b/.github/stale.yml index 1f3872c524..9692a0a677 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -16,5 +16,5 @@ markComment: > for your contributions. # Comment to post when closing a stale issue. Set to `false` to disable closeComment: > - Please reopen this issue once you commit the changes requested or + Please reopen this issue once you commit the changes requested or make improvements on the code. Thank you for your contributions.