File tree Expand file tree Collapse file tree 3 files changed +77
-0
lines changed Expand file tree Collapse file tree 3 files changed +77
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report
3
+ about : Create a report to help us improve
4
+ ---
5
+
6
+ <!--
7
+
8
+ Thank you for reporting a bug.
9
+
10
+ * Please add a :+1: or comment on a similar existing bug report instead of opening a new one.
11
+ * https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+is%3Aclosed+sort%3Aupdated-desc+label%3Abug+
12
+ * Please check whether the bug can be reproduced with the latest release.
13
+ * The fastest way to fix a bug is to open a Pull Request.
14
+ * https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pulls
15
+
16
+ -->
17
+
18
+ __ Steps to reproduce:__
19
+ List the minimal actions needed to reproduce the behavior.
20
+
21
+ 1 . ...
22
+ 2 . ...
23
+ 3 . ...
24
+
25
+ __ Expected behavior:__
26
+ Describe what you expected to happen.
27
+
28
+ __ Actual behavior:__
29
+ Describe What actually happened.
30
+
31
+ __ Specifications:__
32
+ - Library Version:
33
+ - InfluxDB Version:
34
+ - Board/ESP chip:
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature request
3
+ about : Opening a feature request kicks off a discussion
4
+ ---
5
+
6
+ <!--
7
+
8
+ Thank you for suggesting an idea to improve this client.
9
+
10
+ * Please add a :+1: or comment on a similar existing feature request instead of opening a new one.
11
+ * https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/issues?q=is%3Aissue+sort%3Aupdated-desc+label%3A%22feature+request%22+is%3Aopen
12
+
13
+ -->
14
+
15
+ __ Proposal:__
16
+ Short summary of the feature.
17
+
18
+ __ Current behavior:__
19
+ Describe what currently happens.
20
+
21
+ __ Desired behavior:__
22
+ Describe what you want.
23
+
24
+ __ Alternatives considered:__
25
+ Describe other solutions or features you considered.
26
+
27
+ __ Use case:__
28
+ Why is this important (helps with prioritizing requests)?
Original file line number Diff line number Diff line change
1
+ Closes #
2
+
3
+ ## Proposed Changes
4
+
5
+ _ Briefly describe your proposed changes:_
6
+
7
+ ## Checklist
8
+
9
+ <!-- Checkboxes below this note can be erased if not applicable to your Pull Request. -->
10
+
11
+ - [ ] CHANGELOG.md updated
12
+ - [ ] Rebased/mergeable
13
+ - [ ] A test has been added if appropriate
14
+ - [ ] Tests pass
15
+ - [ ] Commit messages are in [ semantic format] ( https://seesparkbox.com/foundry/semantic_commit_messages )
You can’t perform that action at this time.
0 commit comments