Skip to content

Commit e522b21

Browse files
Update README.md
1 parent db16263 commit e522b21

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
A lightweight Python package that seamlessly integrates **Bokeh** plots into **Streamlit** apps, allowing for interactive, customizable, and responsive visualizations with minimal effort.
44

5+
## Filing Issues
6+
7+
Please file [bug reports](https://github.com/streamlit/streamlit/issues/new?template=bug_report.yml) and [enhancement requests](https://github.com/streamlit/streamlit/issues/new?template=feature_request.yml) through our main Streamlit repo.
8+
59
## 🚀 Features
610

711
- Effortlessly embed Bokeh figures in Streamlit apps.
@@ -94,6 +98,14 @@ streamlit_bokeh(p, use_container_width=True, key="plot1")
9498

9599
---
96100

101+
## 📚 Versioning
102+
103+
We designed the versioning scheme for this custom component to mirror the Bokeh version with the exception of the patch number. We reserve that so we can make bug fixes and new (mostly compatible) features.
104+
105+
For example, `3.6.x` will mirror a version of Bokeh that's `3.6.y`.
106+
107+
---
108+
97109
## 📝 Contributing
98110

99111
Feel free to file issues in [our Streamlit Repository](https://github.com/streamlit/streamlit-bokeh/issues/new/choose).

0 commit comments

Comments
 (0)