style: remove trailing spaces (#1597)

This commit is contained in:
Piotr Idzik
2024-01-16 08:00:39 +01:00
committed by GitHub
parent 83eb73b26f
commit 069803f271
2 changed files with 4 additions and 4 deletions

View File

@ -33,9 +33,9 @@ body:
label: Steps to reproduce (if applicable) label: Steps to reproduce (if applicable)
description: List steps to reproduce the behavior. description: List steps to reproduce the behavior.
placeholder: | placeholder: |
1. 1.
2. 2.
3. 3.
4. 4.
validations: validations:
required: false required: false

2
.github/stale.yml vendored
View File

@ -16,5 +16,5 @@ markComment: >
for your contributions. for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable # Comment to post when closing a stale issue. Set to `false` to disable
closeComment: > 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. make improvements on the code. Thank you for your contributions.