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 bcea7a8 commit 8ca112b
Showing 1 changed file with 42 additions and 42 deletions.
84 changes: 42 additions & 42 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,49 +17,49 @@ body:
* What is your environment (Operating System, browser, version)?
* What is happening?
* What did you expect?
- type: textarea
id: code
attributes:
label: Minimal Reproducible Code
description: |
Please provide a self-contained, minimal, reproducible, example of your observed bug.
# - type: textarea
# id: code
# attributes:
# label: Minimal Reproducible Code
# description: |
# Please provide a self-contained, minimal, reproducible, example of your observed bug.

* If possible, follow this [guideline](https://stackoverflow.com/help/minimal-reproducible-example).
* When applicable, add comments to your code or succinctly describe the error.
# * If possible, follow this [guideline](https://stackoverflow.com/help/minimal-reproducible-example).
# * When applicable, add comments to your code or succinctly describe the error.

placeholder: |
The following code throws this error:
# placeholder: |
# The following code throws this error:

```typescript
function isNotWorking(arg1, arg2) {
// Add some comments to explain if possible.
return result;
}
```
- type: textarea
id: screenshots
attributes:
label: Screenshot or Screen Recording (optional)
description: |
If applicable, add a screenshot or a screen recording showing your bug.
# ```typescript
# function isNotWorking(arg1, arg2) {
# // Add some comments to explain if possible.
# return result;
# }
# ```
# - type: textarea
# id: screenshots
# attributes:
# label: Screenshot or Screen Recording (optional)
# description: |
# If applicable, add a screenshot or a screen recording showing your bug.

* This is optional, but can help getting your bug solved faster.
* Try to get screenshots that really explain the issue, like a stack trace and code snippets.
- type: checkboxes
id: checks
attributes:
label: Issue Checkbox
description: Please confirm and check all the following requirements.
options:
- label: I added a descriptive title to this issue.
required: true
- label: I searched the other issues on js-torch, and didn't find any reporting this same bug.
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"
# * This is optional, but can help getting your bug solved faster.
# * Try to get screenshots that really explain the issue, like a stack trace and code snippets.
# - type: checkboxes
# id: checks
# attributes:
# label: Issue Checkbox
# description: Please confirm and check all the following requirements.
# options:
# - label: I added a descriptive title to this issue.
# required: true
# - label: I searched the other issues on js-torch, and didn't find any reporting this same bug.
# 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"

0 comments on commit 8ca112b

Please sign in to comment.