File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : " Open a new issue"
2
2
description : " Have a question or an issue? Let us know here."
3
- title : ' '
4
- labels : ' '
3
+ title : " Enter your issue title here "
4
+ labels : []
5
5
body :
6
+ - type : markdown
7
+ attributes :
8
+ value : " ## Welcome!"
6
9
- type : markdown
7
10
attributes :
8
11
value : >-
@@ -11,10 +14,16 @@ body:
11
14
specific steps to reproduce the issue, documentation of the observed versus expected behavior,
12
15
and any relevant screenshots or error messages. Your detailed account helps us to address
13
16
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
14
24
- type : textarea
15
25
id : issue-description
16
26
attributes :
17
- label : Add a description
18
- placeholder : Add your description here ...
27
+ label : Description
19
28
validations :
20
29
required : true
You can’t perform that action at this time.
0 commit comments