Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 7b5c3d5

Browse files
authored
meta: add .github config for ISSUE_TEMPLATE/CODEOWNERS/PR_TEMPLATE (#754)
Signed-off-by: Matthew McGinn <[email protected]>
1 parent bfc582b commit 7b5c3d5

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @aviau @sebito91 @xginn8

.github/ISSUE_TEMPLATE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- **InfluxDB version:** e.g. 1.7.7 (output of the `influx version` command)
2+
- **InfluxDB-python version:** e.g. 5.2.2 (output of the `python -c "from __future__ import print_function; import influxdb; print(influxdb.__version__)"` command)
3+
- **Python version:** e.g. 3.7.4 (output of the `python --version` command)
4+
- **Operating system version:** e.g. Windows 10, Ubuntu 18.04, macOS 10.14.5

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
##### Contributor checklist
3+
<!-- For completed items, change [ ] to [x]. -->
4+
- [ ] Builds are passing
5+
- [ ] New tests have been added (for feature additions)

0 commit comments

Comments
 (0)