Skip to content

Commit d719598

Browse files
author
Ayaz Salikhov
committed
Improve issue forms
1 parent 92e7d7f commit d719598

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bug report
22
description: Create a report to help us improve
3-
title: "BUG - <title>"
3+
title: "[BUG] - <title>"
44
labels: ["type:Bug"]
55

66
body:
@@ -17,7 +17,7 @@ body:
1717
- type: dropdown
1818
id: docker_images
1919
attributes:
20-
label: What docker image are you using?
20+
label: What docker image(s) are you using?
2121
description: Select as many images as applicable
2222
multiple: true
2323
options:
@@ -54,12 +54,15 @@ body:
5454

5555
- type: textarea
5656
attributes:
57-
label: How to Reproduce
57+
label: How to Reproduce the problem?
5858
description: Please provide steps to reproduce this bug (once the container is running).
5959
placeholder: |
6060
Example:
61+
6162
1. Visit <http://localhost:8888>
63+
6264
2. Start an R notebook
65+
6366
3. ...
6467
validations:
6568
required: true

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body:
1515
- type: dropdown
1616
id: docker_images
1717
attributes:
18-
label: What docker images is this feature applicable to?
18+
label: What docker image(s) is this feature applicable to?
1919
description: Select as many images as applicable
2020
multiple: true
2121
options:

0 commit comments

Comments
 (0)