We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f820e commit b70efc6Copy full SHA for b70efc6
1 file changed
.github/ISSUE_TEMPLATE/bug_report.md
@@ -25,7 +25,9 @@ A clear and concise description of what you expected to happen.
25
**Environment (please complete the following information):**
26
- Browser [e.g. chrome, firefox]
27
- Jupyter Notebook or html files?
28
- - folium version (check it with `print(folium.__version__)`)
+ - 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__)`)
31
32
**Additional context**
33
Add any other context about the problem here.
0 commit comments