Skip to content

Commit 0a251b0

Browse files
committed
add form option for citation
1 parent b6a218c commit 0a251b0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/ISSUE_TEMPLATE/new-tutorial.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ body:
4141
description: If you are submitting a set of thematically linked tutorials, please provide a paragraph summarizing all of the notebooks, making clear their sequential order.
4242
validations:
4343
required: false
44+
- type: checkboxes
45+
id: check-citation
46+
attributes:
47+
label: Citation
48+
description: Check here if you would like the tutorial to be made citable via an upload to [Zenodo](https://zenodo.org/). (If so, be sure to include the authors' ORCID IDs above.)
49+
options:
50+
- label: Yes, I would like the tutorial to be made citable via Zenodo.
51+
required: false
4452
- type: checkboxes
4553
id: check-intro
4654
attributes:

0 commit comments

Comments
 (0)