Skip to content

Commit 1a9132c

Browse files
committed
chore(gh): use collapsible blocks in bug report
1 parent 2d7d173 commit 1a9132c

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

.github/ISSUE_TEMPLATE/---bug-report.yml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,16 @@ body:
7373
label: Python Sysconfig
7474
description: |
7575
Please attach output from `python -m sysconfig`
76-
render: 'bash session'
76+
Note:_ You can paste the output into the placeholder below. If it is too long, you can attach it as a file.
77+
value: |
78+
<details>
79+
<summary>sysconfig.log</summary>
80+
<!-- Please leave one blank line below for enabling the code block rendering. -->
81+
82+
```
83+
Paste the output of 'python -m sysconfig', over this line.
84+
```
85+
</details>
7786
validations:
7887
required: false
7988

@@ -91,6 +100,15 @@ body:
91100
label: Poetry Runtime Logs
92101
description: |
93102
Please attach logs from the failing command using `poetry -vvv <command>`
94-
render: 'bash session'
103+
Note:_ You can paste the output into the placeholder below. If it is too long, you can attach it as a file.
104+
value: |
105+
<details>
106+
<summary>poetry-runtime.log</summary>
107+
<!-- Please leave one blank line below for enabling the code block rendering. -->
108+
109+
```
110+
Paste the output of 'poetry -vvv <command>', over this line.
111+
```
112+
</details>
95113
validations:
96114
required: true

0 commit comments

Comments
 (0)