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

meta: add .github config for ISSUE_TEMPLATE/CODEOWNERS/PR_TEMPLATE #754

Merged
merged 1 commit into from
Sep 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @aviau @sebito91 @xginn8
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- **InfluxDB version:** e.g. 1.7.7 (output of the `influx version` command)
- **InfluxDB-python version:** e.g. 5.2.2 (output of the `python -c "from __future__ import print_function; import influxdb; print(influxdb.__version__)"` command)
- **Python version:** e.g. 3.7.4 (output of the `python --version` command)
- **Operating system version:** e.g. Windows 10, Ubuntu 18.04, macOS 10.14.5
5 changes: 5 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
##### Contributor checklist
<!-- For completed items, change [ ] to [x]. -->
- [ ] Builds are passing
- [ ] New tests have been added (for feature additions)