diff options
author | 2024-07-07 03:19:35 +0100 | |
---|---|---|
committer | 2024-07-08 15:00:11 +0100 | |
commit | 2d88cf49958841bb80b1ec690362ad837c08e7ef (patch) | |
tree | 150d226c18a777835a195e3f03791dff28fb645e | |
parent | Update lint workflow to use pre-commit (diff) |
Update to fix trailing whitespace detected by pre-commit
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report.yml | 2 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 3e086ef..e869a7d 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -7,7 +7,7 @@ body: attributes: value: | Thanks for taking the time to fill out this bug report! - + Other developers need to be able to reproduce your bug reports to fix them, so please fill the following form to the best of your abilities. - type: textarea diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 03a162a..dc7b207 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -7,7 +7,7 @@ body: attributes: value: | Thanks for taking the time to fill out this feature request! - + Developers need to be able to understand your request, to properly discuss it an implement it. Please fill this form to the best of your ability. |