Skip to content

Commit

Permalink
[MNT] Update bug-report.yml
Browse files Browse the repository at this point in the history
Update issue template
  • Loading branch information
liuzhenqi77 authored Dec 18, 2023
1 parent d0a4e86 commit 6537c57
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,11 @@ body:
render: python
validations:
required: true
- type: input
- type: textarea
id: version
attributes:
label: Software version
description: "What version of `neuromaps` are you using? (If you are unsure you can run `python -c 'import neuromaps; print(neuromaps.__version__)'`.)"
- type: checkboxes
id: os
attributes:
label: "What operating system were you using when you encountered this issue?"
options:
- label: macOS
- label: Windows
- label: Linux
description: "Please run the following script in the terminal and paste the output here: `python -c 'import sys,neuromaps; print(sys.version); print(neuromaps.__version__)'`."
- type: checkboxes
id: terms
attributes:
Expand Down

0 comments on commit 6537c57

Please sign in to comment.