File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : Bug report
2
2
description : Create a report to help us improve
3
- title : " BUG - <title>"
3
+ title : " [ BUG] - <title>"
4
4
labels : ["type:Bug"]
5
5
6
6
body :
17
17
- type : dropdown
18
18
id : docker_images
19
19
attributes :
20
- label : What docker image are you using?
20
+ label : What docker image(s) are you using?
21
21
description : Select as many images as applicable
22
22
multiple : true
23
23
options :
@@ -54,12 +54,15 @@ body:
54
54
55
55
- type : textarea
56
56
attributes :
57
- label : How to Reproduce
57
+ label : How to Reproduce the problem?
58
58
description : Please provide steps to reproduce this bug (once the container is running).
59
59
placeholder : |
60
60
Example:
61
+
61
62
1. Visit <http://localhost:8888>
63
+
62
64
2. Start an R notebook
65
+
63
66
3. ...
64
67
validations :
65
68
required : true
Original file line number Diff line number Diff line change 15
15
- type : dropdown
16
16
id : docker_images
17
17
attributes :
18
- label : What docker images is this feature applicable to?
18
+ label : What docker image(s) is this feature applicable to?
19
19
description : Select as many images as applicable
20
20
multiple : true
21
21
options :
You can’t perform that action at this time.
0 commit comments