You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Create a bug report to help us improve
3
+
labels: ["bug"]
4
+
body:
5
+
- type: markdown
6
+
attributes:
7
+
value: |
8
+
Thanks for taking time to fill out this bug report! We reserve this repository issues for bugs with reproducible problems.
9
+
Please redirect any questions about the Python client usage to our [Community Slack](https://app.slack.com/client/TH8RGQX5Z/CHQ5VG6F8) or [Community Page](https://community.influxdata.com/) we have a lot of talented community members there who could help answer your question more quickly.
10
+
11
+
* Please add a :+1: or comment on a similar existing bug report instead of opening a new one.
12
+
* Please check whether the bug can be reproduced with the latest release.
13
+
- type: textarea
14
+
id: specifications
15
+
attributes:
16
+
label: Specifications
17
+
description: Describe the steps to reproduce the bug.
18
+
value: |
19
+
* Client Version:
20
+
* InfluxDB Version:
21
+
* Platform:
22
+
validations:
23
+
required: true
24
+
- type: textarea
25
+
id: reproduce
26
+
attributes:
27
+
label: Code sample to reproduce problem
28
+
description: Provide a code sample that reproduces the problem
29
+
value: |
30
+
```python
31
+
```
32
+
validations:
33
+
required: true
34
+
- type: textarea
35
+
id: expected-behavior
36
+
attributes:
37
+
label: Expected behavior
38
+
description: Describe what you expected to happen when you performed the above steps.
39
+
validations:
40
+
required: true
41
+
- type: textarea
42
+
id: actual-behavior
43
+
attributes:
44
+
label: Actual behavior
45
+
description: Describe what actually happened when you performed the above steps.
46
+
validations:
47
+
required: true
48
+
- type: textarea
49
+
id: additional-info
50
+
attributes:
51
+
label: Additional info
52
+
description: Include gist of relevant config, logs, etc.
0 commit comments