Skip to content

Commit ea02290

Browse files
committed
STY: Add blanklines at end of file
1 parent 443a401 commit ea02290

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ body:
6060
placeholder: |
6161
<< your explanation here >>
6262
validations:
63-
required: false
63+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ contact_links:
44
about: "If you have a question, please look at the listed resources available on the website."
55
- name: Development-related matters
66
url: https://numpy.org/community/
7-
about: "If you would like to discuss development-related matters or need help from the NumPy team, see our community's communication channels."
7+
about: "If you would like to discuss development-related matters or need help from the NumPy team, see our community's communication channels."

.github/ISSUE_TEMPLATE/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ body:
2020
Please describe as clearly as possible what topics you think are missing
2121
from the current documentation. Make sure to check
2222
https://github.com/numpy/numpy-tutorials and see if this issue might be
23-
more appropriate there.
23+
more appropriate there.

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ body:
1919
attributes:
2020
label: "Proposed new feature or change:"
2121
validations:
22-
required: true
22+
required: true

0 commit comments

Comments
 (0)