Skip to content

Commit 9e59c5d

Browse files
committed
github: adding issue and pr templates
1 parent 57c6f9b commit 9e59c5d

File tree

3 files changed

+77
-0
lines changed

3 files changed

+77
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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:
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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)?

.github/pull_request_template.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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)

0 commit comments

Comments
 (0)