Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Update issue template (#160)
Browse files Browse the repository at this point in the history
Summary:
Updating the issue template

## Changelog

* Remove CLI from the issue options since the CLI was deprecated in v0.2.1 and removed in v0.2.2
* Added more details how to report issues with the react-native-pytorch-core package

Pull Request resolved: #160

Reviewed By: justinhaaheim

Differential Revision: D41191982

Pulled By: raedle

fbshipit-source-id: c40daeb510588cbc06d3add61a11343fc9ef52c9
  • Loading branch information
raedle committed Nov 20, 2022
1 parent 74a3ed8 commit d8c37c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,14 @@ body:
description: What part of the PyTorch Live codebase are you reporitng a bug for?
options:
- react-native-pytorch-core (core package)
- CLI
- Website/Documentation
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: Steps to Reproduce
description: Please provide a detailed list of steps that reproduce the issue.
description: Please provide a detailed list of steps that reproduce the issue. If you are reporting an issue with react-native-pytorch-core, provide a reproducible end-to-end example including a model, the JavaScript integration code, the expected output, and the actual output.
placeholder: |
1.
2.
Expand Down

0 comments on commit d8c37c3

Please sign in to comment.