Skip to content

Commit e012610

Browse files
authored
add text field
1 parent dece30e commit e012610

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/ISSUE_TEMPLATE/new-tutorial.yml

Lines changed: 7 additions & 0 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: description
32+
attributes:
33+
label: Description
34+
description: Provide a summary of the tutorial.
35+
validations:
36+
required: true
3037
- type: textarea
3138
id: ancillary-files
3239
attributes:

0 commit comments

Comments
 (0)