Enable github stale bot
This commit is contained in:
parent
91a4cea453
commit
d25c2e9767
45
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
45
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: For reporting bugs or unexpected behavior
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
---
|
||||||
|
|
||||||
|
My Home Assistant version: 0.XX.X
|
||||||
|
|
||||||
|
What I am doing:
|
||||||
|
|
||||||
|
|
||||||
|
What I expected to happen:
|
||||||
|
|
||||||
|
|
||||||
|
What happened instead:
|
||||||
|
|
||||||
|
|
||||||
|
**Minimal** steps to reproduce:
|
||||||
|
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
# The least ammount of code possible to reproduce my error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# End of code
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Error messages from the browser console:
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**By putting an X in the boxes ([ ]) below, I indicate that I:**
|
||||||
|
|
||||||
|
- [ ] Understand that this is a channel for reporting bugs, not a support forum (https://community.home-assistant.io/).
|
||||||
|
|
||||||
|
- [ ] Have made sure I am using the latest version of the plugin.
|
||||||
|
|
||||||
|
- [ ] Have followed the troubleshooting steps of the "Common Problems" section of https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins.
|
||||||
|
|
||||||
|
- [ ] Understand that leaving one or more boxes unticked or failure to follow the template above may increase the time required to handle my bug-report, or cause it to be closed without further action.
|
7
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
7
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: For suggesting new features
|
||||||
|
title: ''
|
||||||
|
labels: 'feature-request'
|
||||||
|
assignees: ''
|
||||||
|
---
|
9
.github/stale.yml
vendored
Normal file
9
.github/stale.yml
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
daysUntilStale: 60
|
||||||
|
daysUntilClose: 7
|
||||||
|
exemptLabels:
|
||||||
|
- pinned
|
||||||
|
- feature-request
|
||||||
|
staleLabel: stale
|
||||||
|
markComment: >
|
||||||
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
|
||||||
|
closeComment: false
|
Loading…
x
Reference in New Issue
Block a user