143 lines
4.4 KiB
YAML
143 lines
4.4 KiB
YAML
'body':
|
|
- 'attributes':
|
|
'description': >
|
|
Please make sure that the issue is not a duplicate or a question.
|
|
If it's a duplicate, please react to the original issue with a
|
|
thumbs up. If it's a question, please post it to the GitHub
|
|
Discussions page.
|
|
'label': 'Prerequisites'
|
|
'options':
|
|
- 'label': >
|
|
I have checked the
|
|
[Wiki](https://github.com/AdguardTeam/AdGuardHome/wiki) and
|
|
[Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions)
|
|
and found no answer
|
|
'required': true
|
|
- 'label': >
|
|
I have searched other issues and found no duplicates
|
|
'required': true
|
|
- 'label': >
|
|
I want to report a bug and not ask a question
|
|
'required': true
|
|
'id': 'prerequisites'
|
|
'type': 'checkboxes'
|
|
- 'attributes':
|
|
'description': 'On which operating system type does the issue occur?'
|
|
'label': 'Operating system type'
|
|
'options':
|
|
- 'FreeBSD'
|
|
- 'Linux, OpenWrt'
|
|
- 'Linux, Other (please mention the version in the description)'
|
|
- 'macOS (aka Darwin)'
|
|
- 'OpenBSD'
|
|
- 'Windows'
|
|
- 'Other (please mention in the description)'
|
|
'id': 'os'
|
|
'type': 'dropdown'
|
|
'validations':
|
|
'required': true
|
|
- 'attributes':
|
|
'description': 'On which CPU architecture does the issue occur?'
|
|
'label': 'CPU architecture'
|
|
'options':
|
|
- 'AMD64'
|
|
- 'x86'
|
|
- '64-bit ARM'
|
|
- 'ARMv5'
|
|
- 'ARMv6'
|
|
- 'ARMv7'
|
|
- '64-bit MIPS'
|
|
- '64-bit MIPS LE'
|
|
- '32-bit MIPS'
|
|
- '32-bit MIPS LE'
|
|
- '64-bit PowerPC LE'
|
|
- 'Other (please mention in the description)'
|
|
'id': 'arch'
|
|
'type': 'dropdown'
|
|
'validations':
|
|
'required': true
|
|
- 'attributes':
|
|
'description': 'How did you install AdGuard Home?'
|
|
'label': 'Installation'
|
|
'options':
|
|
- 'GitHub releases or script from README'
|
|
- 'Docker'
|
|
- 'Snapcraft'
|
|
- 'Custom port'
|
|
- 'Other (please mention in the description)'
|
|
'id': 'install'
|
|
'type': 'dropdown'
|
|
'validations':
|
|
'required': true
|
|
- 'attributes':
|
|
'description': 'How did you setup AdGuard Home?'
|
|
'label': 'Setup'
|
|
'options':
|
|
- 'On one machine'
|
|
- 'On a router, DHCP is handled by the router'
|
|
- 'On a router, DHCP is handled by AdGuard Home'
|
|
- 'Other (please mention in the description)'
|
|
'id': 'setup'
|
|
'type': 'dropdown'
|
|
'validations':
|
|
'required': true
|
|
- 'attributes':
|
|
'description': 'What version of AdGuard Home are you using?'
|
|
'label': 'AdGuard Home version'
|
|
'id': 'version'
|
|
'type': 'input'
|
|
'validations':
|
|
'required': true
|
|
- 'attributes':
|
|
'description': 'Please provide a set of steps to reproduce the issue'
|
|
'label': 'Issue Details'
|
|
'placeholder':
|
|
'value': |
|
|
Steps to reproduce:
|
|
1.
|
|
2.
|
|
3.
|
|
'id': 'what-happened'
|
|
'type': 'textarea'
|
|
'validations':
|
|
'required': true
|
|
- 'attributes':
|
|
'label': 'Expected Behavior'
|
|
'description': 'Describe the expected behavior'
|
|
'placeholder': |
|
|
A clear and concise description of what you expected to happen.
|
|
'id': 'expected-behavior'
|
|
'type': 'textarea'
|
|
'validations':
|
|
'required': false
|
|
- 'attributes':
|
|
'label': 'Actual Behavior'
|
|
'description': 'Describe the actual behavior'
|
|
'placeholder': 'A clear description of what happened instead.'
|
|
'id': 'actual-behavior'
|
|
'type': 'textarea'
|
|
'validations':
|
|
'required': true
|
|
- 'attributes':
|
|
'label': 'Screenshots'
|
|
'description': |
|
|
If applicable add screenshots explaining your problem.
|
|
You can drag and drop images or paste them from clipboard.
|
|
Use `<details> </details>` tag to hide screenshots under the spoiler.
|
|
'placeholder': 'If applicable add screenshots explaining your problem.'
|
|
'value': |
|
|
<details><summary>Screenshot 1:</summary>
|
|
|
|
<!-- paste screenshot here -->
|
|
|
|
</details>
|
|
'id': 'screenshots'
|
|
'type': 'textarea'
|
|
'validations':
|
|
'required': false
|
|
'description': >
|
|
Open a bug report. Please do not open bug reports for questions. If you
|
|
want to ask a question, ask in in the Discussions section.
|
|
'name': 'Bug report'
|
|
'labels': [ 'bug' ]
|