Skip to content

Commit

Permalink
Add details section to issue template (#6486)
Browse files Browse the repository at this point in the history
* Add details section to issue template
  • Loading branch information
max-sixty authored Apr 15, 2022
1 parent 70afde3 commit 586992e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/ISSUE_TEMPLATE/bugreport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ body:
attributes:
label: Environment
description: |
Paste the output of `xr.show_versions()` here
Paste the output of `xr.show_versions()` between the `<details>` tags, leaving an empty line following the opening tag.
value: |
<details>
</details>
validations:
required: true

0 comments on commit 586992e

Please sign in to comment.