Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
Created templates for issue reports and feature requests.
  • Loading branch information
untraceablez authored Mar 26, 2024
1 parent c0ae680 commit 74d8241
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[FEATURE] Add webhook notifications!"
labels: ''
assignees: untraceablez

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**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.

**Can you help in contribution to this request?** (*OPTIONAL*)
If you have relevant knowledge or experience to contribute to the feature, let us know here.

**Additional context**
Add any other context or screenshots about the feature request here.
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/issue-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: Issue Report
about: Report an issue in your installation.
title: "[PROB] X App won't update. "
labels: ''
assignees: untraceablez

---

**PRIOR TO SUBMITTING AN ISSUE**
* Check that your setup matches the requirements listed in the README.
* Check that you have snapshot-based backups enabled in Home Assistant.

**Describe the issue**
A clear and concise description of what the issue is. Also provide us with information about the following:

* What version of the integration are you running?
* What version of the Home Assistant are you using?
* Are you using Home Assistant Docker or HAOS?
* Are you running in a virtual machine or dedicated hardware such as a Raspberry Pi?


**To Reproduce**
Provide the steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Additional context**
Add any other context about the problem here.

0 comments on commit 74d8241

Please sign in to comment.