Skip to content

Commit 5f8f0c8

Browse files
Add notebook name input field to blank_issue_template.yml (#198)
1 parent 78b4867 commit 5f8f0c8

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed
Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: "Open a new issue"
22
description: "Have a question or an issue? Let us know here."
3-
title: ''
4-
labels: ''
3+
title: "Enter your issue title here"
4+
labels: []
55
body:
6+
- type: markdown
7+
attributes:
8+
value: "## Welcome!"
69
- type: markdown
710
attributes:
811
value: >-
@@ -11,10 +14,16 @@ body:
1114
specific steps to reproduce the issue, documentation of the observed versus expected behavior,
1215
and any relevant screenshots or error messages. Your detailed account helps us to address
1316
your concerns promptly and improve the `jdat-notebooks` for everyone.
17+
- type: input
18+
id: notebook-name
19+
attributes:
20+
label: "Notebook Name:"
21+
placeholder: "Enter the name of the notebook here..."
22+
validations:
23+
required: true
1424
- type: textarea
1525
id: issue-description
1626
attributes:
17-
label: Add a description
18-
placeholder: Add your description here ...
27+
label: Description
1928
validations:
2029
required: true

0 commit comments

Comments
 (0)