File size: 968 Bytes
09a4ca2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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