Skip to content

Commit

Permalink
chore: update env section of bug issue template (#3308)
Browse files Browse the repository at this point in the history
nest under details; include backticks
  • Loading branch information
akshayka authored Dec 29, 2024
1 parent 270f805 commit 017d14c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,15 @@ body:
id: env
attributes:
label: Environment
description: Please paste the output of `marimo env`
placeholder: marimo env
description: Paste the output of `marimo env`
value: |
<details>
```
Replace this line with the output of marimo env. Leave the backticks in place.
```
</details>
validations:
required: true
- type: textarea
Expand Down

0 comments on commit 017d14c

Please sign in to comment.