Skip to content

Commit 6a557cb

Browse files
committed
chore: add missing end of file newlines
1 parent 09df676 commit 6a557cb

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/ISSUE_TEMPLATE/01_bug_report.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ body:
3535
label: Steps to Reproduce
3636
description: How can we reproduce this issue?
3737
value: |
38-
1.
39-
2.
40-
3.
38+
1.
39+
2.
40+
3.
4141
validations:
4242
required: true
4343

@@ -63,10 +63,10 @@ body:
6363
label: Environment
6464
description: Please provide relevant environment details
6565
value: |
66-
- OS:
67-
- Python version:
68-
- Cookiecutter version (if template issue):
69-
- Project configuration (rust extension enabled?):
66+
- OS:
67+
- Python version:
68+
- Cookiecutter version (if template issue):
69+
- Project configuration (rust extension enabled?):
7070
validations:
7171
required: true
7272

@@ -85,4 +85,4 @@ body:
8585
label: Additional Context
8686
description: Any other information that might be helpful
8787
validations:
88-
required: false
88+
required: false

.github/ISSUE_TEMPLATE/02_feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ body:
7171
label: Additional Context
7272
description: Any other relevant information about this feature request
7373
validations:
74-
required: false
74+
required: false

.github/ISSUE_TEMPLATE/03_documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ body:
5858
description: Are you willing to help improve this documentation?
5959
options:
6060
- label: I am willing to submit a PR to fix this documentation
61-
required: false
61+
required: false

.github/ISSUE_TEMPLATE/04_dependency_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ body:
6666
label: Additional Information
6767
description: Any other relevant details (migration guide, testing needed, etc.)
6868
validations:
69-
required: false
69+
required: false

0 commit comments

Comments
 (0)