File size: 1,666 Bytes
a004773
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
name: Bug Report
description: Please let us know if you're facing any problems, errors, or unexpected behavior.
title: "[Bug]: "
labels: ["Type: Bug", "Status: TBC"]
body:
  - type: markdown  
    attributes:
      value: |
        Thank you for taking the time to fill out this bug report!

  - type: textarea
    id: what-happened
    attributes:
      label: What happened?
      description: |
        Please describe the issue you encountered and what you expected to happen.
        You can also attach images or log files by highlighting this area and dragging the files in.
      placeholder: Describe your experience.
    validations:
      required: true

  - type: dropdown
    id: enroller
    attributes:
      label: Enroller
      description: Which Enroller caused this issue?
      options:
        - GUI
        - CLI
    validations:
      required: true

  - type: dropdown
    id: os
    attributes:
      label: OS
      options:
        - Windows
        - Linux-Distro
        - Mac-OS
    validations:
      required: true

  - type: textarea
    id: logs
    attributes:
      label: Relevant log output
      description: Please copy and paste any relevant log output. It will be automatically formatted as code.
      render: shell

  - type: checkboxes
    id: terms
    attributes:
      label: Terms
      description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/techtanic/Discounted-Udemy-Course-Enroller/blob/master/CODE_OF_CONDUCT.md)
      options:
        - label: I am using the latest available version.
          required: true