Skip to content

Commit

Permalink
doc: Create issue templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitch7391 authored and ztalbot2000 committed Feb 10, 2021
1 parent fd3b4cc commit 5059486
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 0 deletions.
53 changes: 53 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
name: Bug Report
about: Raise a bug related report for cmd4.
title: "[Bug]"
labels: bug
assignees: ''

---

<!-- Provide a general summary in the Title above -->

**Describe The Bug:**
<!-- A clear and concise description of what problem you are experiencing. -->

**To Reproduce:**
<!-- Steps to reproduce the behaviour. -->

**Expected Behaviour:**
<!-- A clear and concise description of what you expected to happen. -->

[**Link to Logs:**]()
<!-- If using a gist, hastebin or pastebin; paste the link between the two () above -->
<!-- If pasting log files directly, please instead do so between the ``` lines below -->
<!-- If using hastebin/pastebin or other text sharing website please make the lifespan long-->
<!-- Remove any sensitive information, passwords, etc. -->

**Paste of Logs:**
```
```

**Cmd4 Config:**
<!-- Paste relevant output between the two ``` lines below -->
<!-- Remove any sensitive information, passwords, etc. -->

```json


```

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

**Environment:**

* **Node.js Version**: <!-- node -v -->
* **NPM Version**: <!-- npm -v -->
* **Homebridge Version**: <!-- homebridge -V -->
* **homebridge-cmd4 Version**: <!-- Check on homebridge-config-ui-x -->
* **Operating System**: Raspbian / Ubuntu / Debian / Windows / macOS / Docker / other
* **Process Supervisor**: Systemd / init.d / pm2 / launchctl / Docker / hb-service / other / none

<!-- Click the "Preview" tab before you submit to ensure the formatting is correct. -->
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Feature Request
about: Suggest an idea or improvement for cmd4.
title: "[Feature Request]"
labels: enhancement
assignees: ''

---

<!-- Provide a general summary in the Title above -->

**Is your feature request related to a problem? Please describe:**
<!-- A clear and concise description of what the problem is. E.g. John there needs to be a button to buy you a coffee. -->

**Describe the solution you'd like:**
<!-- A clear and concise description of what you want to happen. -->

**Describe alternatives you've considered:**
<!-- A clear and concise description of any alternative solutions or features you've considered. -->

**Additional context:**
<!-- Add any other context or screenshots about the feature request here. -->

<!-- Click the "Preview" tab before you submit to ensure the formatting is correct. -->
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/support-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
name: Support Request
about: Stuck on one of the installation steps or having trouble with your script?
title: "[Support]"
labels: help wanted
assignees: ''

---

<!-- Provide a general summary in the Title above -->

<!-- Before opening an issue, please review the README for Installation Details and Basic Troubleshooting to ensure that this is a new issue, and alternatively search the closed issues for similar problems. -->

**Describe Your Problem:**
<!-- A clear and concise description of what problem you are experiencing or what installation step you are stuck on. -->

[**Link to Logs:**]()
<!-- If using a gist, hastebin or pastebin; paste the link between the two () above -->
<!-- If pasting log files directly, please instead do so between the ``` lines below -->
<!-- If using hastebin/pastebin or other text sharing website please make the lifespan long-->
<!-- Remove any sensitive information, passwords, etc. -->

**Paste of Logs:**
```
```

**Cmd4 Config:**
<!-- Paste relevant output between the two ``` lines below -->
<!-- Remove any sensitive information, passwords, etc. -->

```json


```

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

**Environment:**

* **Node.js Version**: <!-- node -v -->
* **NPM Version**: <!-- npm -v -->
* **Homebridge Version**: <!-- homebridge -V -->
* **homebridge-cmd4 Version**: <!-- Check on homebridge-config-ui-x -->
* **Operating System**: Raspbian / Ubuntu / Debian / Windows / macOS / Docker / other
* **Process Supervisor**: Systemd / init.d / pm2 / launchctl / Docker / hb-service / other / none

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

0 comments on commit 5059486

Please sign in to comment.