Skip to content

Commit b70efc6

Browse files
authored
Update bug_report.md
1 parent 46f820e commit b70efc6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ A clear and concise description of what you expected to happen.
2525
**Environment (please complete the following information):**
2626
- Browser [e.g. chrome, firefox]
2727
- Jupyter Notebook or html files?
28-
- folium version (check it with `print(folium.__version__)`)
28+
- Python version (check it with `import sys; print(sys.version_info)`)
29+
- folium version (check it with `import folium; print(folium.__version__)`)
30+
- branca version (check it with `import branca; print(branca.__version__)`)
2931

3032
**Additional context**
3133
Add any other context about the problem here.

0 commit comments

Comments
 (0)