Skip to content

Commit

Permalink
Update bug-report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andykee authored Feb 16, 2024
1 parent 330f163 commit 0c4d70a
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,30 +9,3 @@ body:
label: "Describe the issue:"
validations:
required: true

- type: textarea
attributes:
label: "Reproduce the code example:"
description: >
A short code example that reproduces the problem/missing feature. It
should be self-contained, i.e., can be copy-pasted into the Python
interpreter or run as-is via `python myproblem.py`.
render: python
validations:
required: true

- type: textarea
attributes:
label: "Error message:"
description: >
Please include full error message, if any.
render: shell

- type: textarea
attributes:
label: "Runtime information:"
description: >
Output from `import sys, lentil, numpy, scipy; print(lentil.__version__); print(numpy.__version__); print(scipy.__version__); print(sys.version)`
render: shell
validations:
required: true

0 comments on commit 0c4d70a

Please sign in to comment.