Skip to content

Commit

Permalink
add issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed Jun 1, 2019
1 parent 14c4dc9 commit fafd77d
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ raspberry-pi
.gitignore
Dockerfile
README.md
.github
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/support-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
name: Support Request
about: Need help?
title: ''
labels: question
assignees: ''

---

<!-- Please search existing issues to avoid creating duplicates. -->

**Describe Your Problem:**
<!-- A clear and concise description of what problem you are trying to solve. -->

**Logs:**
<!-- Support requests that do not contain logs may be closed without warning. -->

```
Show the Docker container logs here
```

**Docker Start Command:**
<!-- Show how you are starting the docker container -->
<!-- docker-compose? provide the full docker-compose.yml file -->

```
docker run --net=host ...
```

**Homebridge Config:**

```json
Show your homebridge config.json here
```

**Screenshots:**
<!-- If applicable, add screenshots to help explain your problem. -->

**Environment:**

* **Operating System**: Raspbian / Ubuntu / Debian / Windows / macOS
* **Docker Version**: <!-- docker -->

<!-- Click the "Preview" tab before you submitting ensure the formatting is correct. -->

0 comments on commit fafd77d

Please sign in to comment.