|
1 | | -Issue tracker is **ONLY** used for reporting bugs. NO NEW FEATURE ACCEPTED! Use [spectrum](https://spectrum.chat/rethinkdb) for supporting issues. |
| 1 | +--- |
| 2 | +name: Bug report |
| 3 | +about: Create a report to help us improve |
| 4 | +title: '' |
| 5 | +labels: bug, not qualified |
| 6 | +assignees: gabor-boros |
2 | 7 |
|
3 | | -<!--- Provide a general summary of the issue in the Title above --> |
| 8 | +--- |
4 | 9 |
|
5 | | -## Expected Behavior |
6 | | -<!--- Tell us what should happen --> |
| 10 | +**Describe the bug** |
| 11 | +A clear and concise description of what the bug is. |
7 | 12 |
|
8 | | -## Current Behavior |
9 | | -<!--- Tell us what happens instead of the expected behavior --> |
| 13 | +**To Reproduce** |
| 14 | +Steps to reproduce the behavior: |
| 15 | +1. TODO |
10 | 16 |
|
11 | | -## Possible Solution |
12 | | -<!--- Not obligatory, but suggest a fix/reason for the bug, --> |
| 17 | +**Expected behavior** |
| 18 | +A clear and concise description of what you expected to happen. |
13 | 19 |
|
14 | | -## Steps to Reproduce |
15 | | -<!--- Provide a link to a live example, or an unambiguous set of steps to --> |
16 | | -<!--- reproduce this bug. Include code to reproduce, if relevant --> |
17 | | -1. |
18 | | -2. |
19 | | -3. |
20 | | -4. |
| 20 | +**Screenshots** |
| 21 | +If applicable, add screenshots to help explain your problem. |
21 | 22 |
|
22 | | -## Context (Environment) |
23 | | -<!--- How has this issue affected you? What are you trying to accomplish? --> |
24 | | -<!--- Providing context helps us come up with a solution that is most useful in the real world --> |
| 23 | +**System info** |
| 24 | + - OS: [e.g. macOS Mojave 10.14.3] |
| 25 | + - RethinkDB Version: [e.g. 2.4.0] |
| 26 | + - Python client version: [e.g. 2.4.1 |
25 | 27 |
|
26 | | -<!--- Provide a general summary of the issue in the Title above --> |
27 | | - |
28 | | -## Detailed Description |
29 | | -<!--- Provide a detailed description of the change or addition you are proposing --> |
30 | | - |
31 | | -## Possible Implementation |
32 | | -<!--- Not obligatory, but suggest an idea for implementing addition or change --> |
| 28 | +**Additional context** |
| 29 | +Add any other context about the problem here. |
0 commit comments