Skip to content

Commit

Permalink
Update .github/ISSUE_TEMPLATE/bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudmiribel authored Dec 29, 2022
1 parent a5a2172 commit d99f232
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,16 @@ body:
validations:
required: false
- type: input
id: version
id: st_version
attributes:
label: "Streamlit Version"
description: What version of Streamlit are you running?
label: "Version of streamlit"
description: What version of streamlit are you running?
validations:
required: true
- type: input
id: extras_version
attributes:
label: "Version of streamlit-extras"
description: What version of streamlit-extras are you running?
validations:
required: true

0 comments on commit d99f232

Please sign in to comment.