Skip to content

Commit f44261f

Browse files
Carolyn Hulseycarolyn
andauthored
Add support page (#8)
* add community page * rephrasing and consolidating * Switched tab link back to Discourse Co-authored-by: carolyn <[email protected]>
1 parent 7f7465f commit f44261f

File tree

4 files changed

+54
-1
lines changed

4 files changed

+54
-1
lines changed

_includes/community.html

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<div class="row section-heading">
2+
<div class="col-lg-4 col-md-3"><hr/></div>
3+
<div class="col-lg-4 col-md-6">
4+
<h2>Asking for Help</h2>
5+
</div>
6+
<div class="col-lg-4 col-md-3"><hr/></div>
7+
</div>
8+
9+
<div class="row">
10+
<div class="col-lg-12 col-md-12">
11+
<p>Our support channels and team interaction are open to all levels of users, even and especially those new to using Bokeh! Support is provided on a volunteer basis by our core team of maintainers, as well as by interested members of our user community. For the best outcome, we offer the following guidelines when posting a request for support:</p>
12+
<p>For usage questions, we primarily encourage visiting the <a href="https://discourse.bokeh.org/">Bokeh Discourse</a>. This forum is monitored by members of the core team, includes Showcase examples of projects using Bokeh for inspiration, and is a great way to get feedback from other users on how to approach a problem.</p>
13+
<p>Questions involving pandas or other libraries may find a wider audience by posting on <a href="https://stackoverflow.com/questions/tagged/bokeh">Stack Overflow</a>, using the tag <b>bokeh.</b></p>
14+
<p>We appreciate if you do not cross post questions on <i>both</i> Stack Overflow and Discourse. However, if you do, please include a link to the other topic.</p>
15+
<p>If you think you've found a bug, or would like to request a feature, the appropriate place is the <a href="https://github.com/bokeh/bokeh/issues">GitHub issue tracker.</a> Core team members will review and either offer an explanation or workaround, or confirm the issue and add to the backlog of planned development to fix.</p>
16+
<p>Do not contact team members privately for support. In order to provide benefit for the entire community, all questions are answered only on public, archived, searchable forums.</p>
17+
<p>It's best to post a new question on support forums, even if you think it may be redundant. The speed of Bokeh development means that the answer or best practice for your situation may have changed.</p>
18+
<p>Creating a <a href="https://stackoverflow.com/help/minimal-reproducible-example">minimal reproducing example</a> of issues is the best way to get a meaningful answer specific to your question. Code examples should be runnable as-is, without dependencies on data sources or other files that someone reviewing the issue cannot access.</p>
19+
</div>
20+
</div>
21+
22+
<br />
23+
<br />
24+
25+
<div class="row section-heading">
26+
<div class="col-lg-4 col-md-3"><hr/></div>
27+
<div class="col-lg-4 col-md-6">
28+
<h2>Contributing</h2>
29+
</div>
30+
<div class="col-lg-4 col-md-3"><hr/></div>
31+
</div>
32+
33+
<div class="row">
34+
<div class="col-lg-12 col-md-12">
35+
<p>If you're an experienced Bokeh user who wants to give back, a great place to start is supporting your fellow users on the <a href="https://discourse.bokeh.org/">Bokeh Discourse</a>. Questions of all levels are posted daily, and you may find that there are some for which your experience is very valuable!</p>
36+
<p>Similarly, the Documentation is a great way to start as a Bokeh contributor. The docs are a living, changing body of work, improving all the time, and contributing here will also help you get accustomed to Bokeh's review and release process.</p>
37+
<p>Bokeh users (and maintainers!) appreciate seeing examples of Bokeh at work. If your organization has a project using Bokeh that you're willing to share, consider adding it to our <a href="https://discourse.bokeh.org/c/showcase/13">Showcase</a>! These projects serve as inspiration and examples to other users, and give meaningful insight to maintainers as to how people are using the library, which drives future development priorities.</p>
38+
<p>For development on the Bokeh library itself, there is a <a href="https://slack-invite.bokeh.org/">Bokeh Developer Slack</a>. The dev channels here are helpful when getting feedback on development ideas or insight into planned directions for future development. <b>For usage questions, please use the Discourse instead of Slack.</b></p>
39+
<p>If you're interested in working on bugfixes or feature development in Bokeh, take a look at our <a href="https://github.com/bokeh/bokeh/issues">GitHub issue tracker</a> to see what we could use help on. The issue tracker includes a <a href="https://github.com/bokeh/bokeh/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22">"Good First Issue" label</a> to identify entry points for someone new to developing for the project.</p>
40+
<p>A weekly developer meeting happens every Wednesday at 10:00 US Central Time. Notes from previous meetings can be found <a href="https://github.com/bokeh/pm/blob/master/minutes/Weekly%20Sync.md">on GitHub.</a></p>
41+
<p>Finally, as an open source project, Bokeh is funded by donations from both individuals and organizations who recognize the importance of the project to their work. <a href="https://numfocus.org/donate-to-bokeh">Financial contributions</a to support Bokeh's infrastructure and special development projects are greatly appreciated!</p>
42+
43+
</div>
44+
</div>
45+
<br />

_includes/links.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ <h6>Hands On</h6>
3838
<li class="nav-item">
3939
<a class="nav-link" href="https://demo.bokeh.org">Demos</a>
4040
</li>
41+
<li class="nav-item">
42+
<a class="nav-link" href="https://bokeh.org/community">Support</a>
43+
</li>
4144
</ul>
4245
</div>
4346
<div class="col-lg-3 col-md-6 col-sm-3 links-item">

_includes/roadmap.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h2>Roadmap</h2>
3030
<div class="row">
3131
<div class="col-lg-12 col-md-12">
3232
<p>
33-
The development pace of Bokeh is contigent on external funding opportunities, so this roadmap does not mean to imply any specific dates or deadlines.
33+
The development pace of Bokeh is contingent on external funding opportunities, so this roadmap does not mean to imply any specific dates or deadlines.
3434
Listed below are the major areas of work the Core Team considers important.
3535
These are tasks and projects that we would like to do ourselves, when time and resources permit, or that we would be happy to have done by new contributors.
3636
</p>

community/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
layout: page
3+
title: Bokeh
4+
---
5+
{% include community.html %}

0 commit comments

Comments
 (0)