File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change 73
73
label : Python Sysconfig
74
74
description : |
75
75
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>
77
86
validations :
78
87
required : false
79
88
@@ -91,6 +100,15 @@ body:
91
100
label : Poetry Runtime Logs
92
101
description : |
93
102
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>
95
113
validations :
96
114
required : true
You can’t perform that action at this time.
0 commit comments