Skip to content

Commit

Permalink
Make the versions field more helpful (#2527)
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Jun 23, 2023
1 parent e5d41d4 commit 692c9e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,13 @@ body:
id: versions
attributes:
label: Versions
description: Paste the output of scanpy.logging.print_versions() leaving a blank line after the details tag
render: markdown
description: Paste the output of `import scanpy; scanpy.logging.print_versions()` between the lines of backticks (\`\`\`)
value: |
<details>
```
```
</details>
validations:
Expand Down

0 comments on commit 692c9e5

Please sign in to comment.