diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 409b8f5..ce624f8 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -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