Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bug_report.yml to remove shell attribute in logs #370

Closed
wants to merge 1 commit into from

Conversation

ca-scribner
Copy link
Contributor

Logs are saved as shell input, which means they get rendered directly as a code block in the final output. Let's change this to not be rendered.

The motivation for this is to enable something like this issue's logs, where we can use a <details> ... </details> block to hide the logs in an expandable text block. If the logs are rendered as shell, the user cannot do this.

Logs are saved as shell input, which means they get rendered directly as a code block in the final output.  Let's change this to not be rendered.

The motivation for this is to enable something like [this issue's logs](#367 (comment)), where we can use a `<details> ... </details>` block to hide the logs in an expandable text block.  If the logs are rendered as shell, the user cannot do this.
@DnPlas
Copy link
Contributor

DnPlas commented Jun 21, 2024

Thanks @ca-scribner , this change does not apply anymore. We are now using a different template. Closing.

@DnPlas DnPlas closed this Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants