Skip to content

Commit

Permalink
Update bug-report template to include dependencies (scverse#1054)
Browse files Browse the repository at this point in the history
* Update bug-report template to include dependencies

* Update instructions for reporting version info

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* formatting

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
ivirshup and pre-commit-ci[bot] authored Jul 14, 2023
1 parent b118ba4 commit 18d0ee3
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,14 @@ body:
id: versions
attributes:
label: Versions
description: Which version of anndata and other related software you used. Please install and use `session-info`
render: python
value: |
>>> import anndata, session_info; session_info.show()
description: |
Which version of anndata and other related software you used.
Please install `session-info`, run the following command, then paste the results into the text box below.
```python
>>> import anndata, session_info; session_info.show(html=False, dependencies=True)
```
render: python
validations:
required: true

0 comments on commit 18d0ee3

Please sign in to comment.