Skip to content

Commit

Permalink
Update bug-report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoleao052 authored Apr 9, 2024
1 parent 8ca112b commit 47a71be
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ body:
attributes:
value: |
Thank you for sharing your bug report. The following steps are in place to reduce response-time, and help identifying and fixing the bug faster!
- type: textarea
id: describe
validations:
required: true
attributes:
label: Describe the Bug
description: Please give a clear and concise description of the bug. Explain what is happening, and what you expected.
placeholder: |
* What is your environment (Operating System, browser, version)?
* What is happening?
* What did you expect?
# - type: textarea
# id: describe
# validations:
# required: true
# attributes:
# label: Describe the Bug
# description: Please give a clear and concise description of the bug. Explain what is happening, and what you expected.
# placeholder: |
# * What is your environment (Operating System, browser, version)?
# * What is happening?
# * What did you expect?
# - type: textarea
# id: code
# attributes:
Expand Down Expand Up @@ -57,9 +57,9 @@ body:
# required: true
# - label: The bug is not resolved by updating to the latest version of js-pytorch on npm.
# required: true
# - type: dropdown
# id: assign
# attributes:
# label: "Would you like to work on this issue?"
# options:
# - "Yes"
- type: dropdown
id: assign
attributes:
label: "Would you like to work on this issue?"
options:
- "Yes"

0 comments on commit 47a71be

Please sign in to comment.