Skip to content

Commit

Permalink
Improve issue forms
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayaz Salikhov committed Feb 17, 2022
1 parent 92e7d7f commit d719598
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Bug report
description: Create a report to help us improve
title: "BUG - <title>"
title: "[BUG] - <title>"
labels: ["type:Bug"]

body:
Expand All @@ -17,7 +17,7 @@ body:
- type: dropdown
id: docker_images
attributes:
label: What docker image are you using?
label: What docker image(s) are you using?
description: Select as many images as applicable
multiple: true
options:
Expand Down Expand Up @@ -54,12 +54,15 @@ body:

- type: textarea
attributes:
label: How to Reproduce
label: How to Reproduce the problem?
description: Please provide steps to reproduce this bug (once the container is running).
placeholder: |
Example:
1. Visit <http://localhost:8888>
2. Start an R notebook
3. ...
validations:
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ body:
- type: dropdown
id: docker_images
attributes:
label: What docker images is this feature applicable to?
label: What docker image(s) is this feature applicable to?
description: Select as many images as applicable
multiple: true
options:
Expand Down

0 comments on commit d719598

Please sign in to comment.