32 lines
968 B
YAML
32 lines
968 B
YAML
name: Usage issues
|
|
description: Report issues in usage.
|
|
title: "[Usage] "
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this form. Please give as detailed description as possible for us to better assist with the issue :)
|
|
- type: textarea
|
|
id: what-happened
|
|
attributes:
|
|
label: Describe the issue
|
|
description: Please give as detailed description as possible for us to better assist with the issue. Please paste the **FULL** error log here, so that we can better understand the issue. Wrap the log with ``` for better readability in GitHub.
|
|
placeholder: Issue
|
|
value: |
|
|
Issue:
|
|
|
|
Command:
|
|
```
|
|
PASTE THE COMMANDS HERE.
|
|
```
|
|
|
|
Log:
|
|
```
|
|
PASTE THE LOGS HERE.
|
|
```
|
|
|
|
Screenshots:
|
|
You may attach screenshots if it better explains the issue.
|
|
validations:
|
|
required: true
|