Skip to content

Commit b746b23

Browse files
committed
add checks
1 parent 9eab3b6 commit b746b23

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

.github/ISSUE_TEMPLATE/new-tutorial.yml

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ description: Submit a tutorial or set of tutorials to Astropy Learn.
33
title: "[New tutorial]: "
44
labels: ["content-new", "needs-content-review"]
55
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Please complete all of the below information to submit a tutorial or set of tutorials. Thanks in advance for your contribution to Astropy Learn!
610
- type: input
711
id: tutorial-title
812
attributes:
@@ -33,18 +37,32 @@ body:
3337
- type: checkboxes
3438
id: check-files
3539
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.
42+
options:
43+
- label: I confirm.
44+
required: true
45+
- type: checkboxes
46+
id: check-guidelines
47+
attributes:
48+
label: Contribution guidelines
49+
description: I am familiar with the Learn Astropy [contributing guidelines](https://learn.astropy.org/contributing/).
3650
options:
37-
- label: The tutorial notebook(s) and any necessary ancillary files (e.g., data files) needed to run them are attached.
51+
- label: I confirm.
3852
required: true
3953
- type: checkboxes
4054
id: check-intro
4155
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/).
4258
options:
43-
- 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/).
59+
- label: I confirm.
4460
required: true
4561
- type: checkboxes
4662
id: check-coc
4763
attributes:
64+
label: Code of Conduct
65+
description: 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.
4866
options:
49-
- 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.
67+
- label: I confirm.
5068
required: true

0 commit comments

Comments
 (0)