|
1 | | -name: Report an issue |
| 1 | +name: 🐞 Report an issue |
2 | 2 | description: Report an issue |
3 | | -labels: [bug] |
| 3 | +type: Bug |
4 | 4 | body: |
5 | 5 | - type: markdown |
6 | 6 | attributes: |
7 | 7 | value: | |
8 | 8 | This issue form is for reporting bugs only! |
| 9 | + If you want to request a new feature or an enhancement, please use the other issues types. |
9 | 10 |
|
10 | | - If you have a feature request or a question, please use discussions. |
| 11 | + This project is maintained in our spare time. Please be patient and respectful. |
| 12 | + It's not related to Ecovacs or Deebot and we don't get any support from them. |
| 13 | + As all is reverse engineered it might take some time to fix issues. |
| 14 | + Due to the fact that this is a hobby project, we can't guarantee that all issues will be fixed. |
| 15 | + Unfortunately some people think we are paid to do this and get angry if things don't work as they expect. |
| 16 | + As result of this, we decided that this project is in a contribution only mode. |
| 17 | + This means, if you want something to be fixed, you have to provide a fix yourself, wait for someone else to fix it or pay someone to do it. |
| 18 | + It's not allowed to ping any members of the project to ask for help or to fix your issue. |
| 19 | + If you do so, your issue will be closed without further notice. |
11 | 20 | - type: checkboxes |
12 | 21 | attributes: |
13 | 22 | label: Checks |
14 | 23 | options: |
15 | | - - label: I have searched the existing issues and no issue is describing my issue |
| 24 | + - label: I have read the above text and I'm aware of the situation |
16 | 25 | required: true |
17 | | - - label: I have checked the [FAQ](https://deebot.readthedocs.io/home/faq/) |
| 26 | + - label: I have searched the existing issues and no issue is describing my issue |
18 | 27 | required: true |
19 | | - - label: I have checked the [documentation](https://deebot.readthedocs.io/integrations/home-assistant) |
| 28 | + - label: I'm not creating an issue to add support for a new device/model. |
20 | 29 | required: true |
21 | 30 | - label: I have installed the latest version |
22 | 31 | required: true |
|
0 commit comments