Skip to content

Commit 586992e

Browse files
authored
Add details section to issue template (#6486)
* Add details section to issue template
1 parent 70afde3 commit 586992e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/ISSUE_TEMPLATE/bugreport.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ body:
5454
attributes:
5555
label: Environment
5656
description: |
57-
Paste the output of `xr.show_versions()` here
57+
Paste the output of `xr.show_versions()` between the `<details>` tags, leaving an empty line following the opening tag.
58+
value: |
59+
<details>
60+
61+
62+
63+
</details>
5864
validations:
5965
required: true

0 commit comments

Comments
 (0)