Skip to content

Commit 8d3236b

Browse files
committed
Add gitter and wiki mentions
1 parent d9ad3dc commit 8d3236b

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/ISSUE_TEMPLATE.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
The issue tracker isn't the place for general support. For questions and
22
technical assistance, come ask the
3-
[Bokeh mailing list](https://groups.google.com/a/continuum.io/forum/#!forum/bokeh).
3+
[Bokeh mailing list](https://groups.google.com/a/continuum.io/forum/#!forum/bokeh)
4+
or join the chat on [Gitter](https://gitter.im/bokeh/bokeh).
45

56
For defects or deficiencies, please provide:
67
* Description of expected behavior and the observed behavior
7-
* self-contained example code that generates the issue (if possible)
8-
* stack traceback and/or browser console error output
9-
* python, bokeh and browser versions
8+
* Self-contained example code that generates the issue (if possible)
9+
* Stack traceback and/or browser developer tools console output
10+
* Software version information output by `bokeh info` command
1011

1112
For desired features, please provide:
1213
* Description of the desired feature

.github/PULL_REQUEST_TEMPLATE.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
All pull requests must have an associated issue in the issue tracker. If there
22
isn't one, please go open an issue describing the defect, deficiency or desired
3-
feature.
3+
feature. You can read more about our issue and PR processes in the
4+
[wiki](https://github.com/bokeh/bokeh/wiki/BEP-1:-Issues-and-PRs-management).
45

56
- [ ] issues: fixes #xxxx
67
- [ ] tests added / passed

0 commit comments

Comments
 (0)