Skip to content

Commit d974bad

Browse files
committed
pre-commit
1 parent 3973aa3 commit d974bad

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/new-tutorial.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body:
1010
- type: input
1111
id: tutorial-title
1212
attributes:
13-
label: Tutorial title
13+
label: Tutorial title
1414
validations:
1515
required: true
1616
- type: input
@@ -19,14 +19,14 @@ body:
1919
label: Tutorial authors
2020
description: Include author names, GitHub usernames and ORCID IDs
2121
validations:
22-
required: true
22+
required: true
2323
- type: input
2424
id: requirements
2525
attributes:
2626
label: Notebook requirements
2727
description: Python packages required to run the notebook(s)
2828
validations:
29-
required: true
29+
required: true
3030
- type: textarea
3131
id: index-content
3232
attributes:
@@ -45,10 +45,10 @@ body:
4545
attributes:
4646
options:
4747
- label: The tutorial(s) contain a complete Introduction cell that includes the tutorial title, author list, learning goals, keywords, companion content if relevant, and a summary - following the format in the [contributing guidelines](https://learn.astropy.org/contributing/).
48-
required: true
48+
required: true
4949
- type: checkboxes
5050
id: check-coc
5151
attributes:
5252
options:
5353
- label: I am familiar with the Astropy community [code of conduct](https://github.com/astropy/astropy/blob/main/CODE_OF_CONDUCT.md) and agree to follow it.
54-
required: true
54+
required: true

0 commit comments

Comments
 (0)