Skip to content

Commit f625f9e

Browse files
committed
reorganize form
1 parent b746b23 commit f625f9e

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

.github/ISSUE_TEMPLATE/new-tutorial.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ body:
2727
description: Python packages required to run the notebook(s)
2828
validations:
2929
required: true
30+
- type: input
31+
id: ancillary-files
32+
attributes:
33+
label: Attach files
34+
description: Attach the tutorial notebook(s) and any necessary ancillary files (e.g., data files) needed to run them. Note anything about the files that is not clear from the filenames here.
35+
validations:
36+
required: true
3037
- type: textarea
3138
id: index-content
3239
attributes:
@@ -35,10 +42,10 @@ body:
3542
validations:
3643
required: false
3744
- type: checkboxes
38-
id: check-files
45+
id: check-intro
3946
attributes:
40-
label: Included files
41-
description: The tutorial notebook(s) and any necessary ancillary files (e.g., data files) needed to run them are attached.
47+
label: Introduction format
48+
description: 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/).
4249
options:
4350
- label: I confirm.
4451
required: true
@@ -50,14 +57,6 @@ body:
5057
options:
5158
- label: I confirm.
5259
required: true
53-
- type: checkboxes
54-
id: check-intro
55-
attributes:
56-
label: Introduction format
57-
description: 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/).
58-
options:
59-
- label: I confirm.
60-
required: true
6160
- type: checkboxes
6261
id: check-coc
6362
attributes:

0 commit comments

Comments
 (0)