aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/bug.yml
blob: a8c9143de286872bf63fbf24bba3ccfb4976e3ae (plain) (blame)
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
name: Bug Report
description: Something is not working right
title: "[Bug]: "
labels: ["bug"]
assignees:
  - JaKooLit

body:
  - type: checkboxes
    attributes:
      label: Already reported ? *
      description: Before opening a new bug report, please take a moment to search through the current open and closed issues to check if it already exists.
      options:
      - label: I have searched the existing open and closed issues.
        required: true

  - type: dropdown
    id: type
    attributes:
      label: Regression?
      description: |
        Regression means that something used to work but no longer does.
      options:
        - "Yes"
        - "No"
        - "Not sure"
    validations:
      required: true

  - type: textarea
    id: ver
    attributes:
      label: System Info and Version
      description: |
        Paste the output of `inxi --full` here.
        install inxi if command not found.
      value: "<details>
        <summary>System/Version info</summary>


        ```

        <Paste the output of the command here, without removing any formatting around this>

        ```


        </details>"
    validations:
      required: true
      
  - type: textarea
    id: dots
    attributes:
      label: KooL's Dots version
      description: |
        Paste the output of   `find ~/.config/hypr/ -type f -name 'v*' -exec basename {} \;` 
        This is just KooL's Hyprland Dots version.
    validations:
      required: true

  - type: textarea
    id: desc
    attributes:
      label: Description
      description: "What went wrong? What exactly happened?"
    validations:
      required: true

  - type: textarea
    id: repro
    attributes:
      label: How to reproduce
      description: "How can someone else reproduce the issue?"
    validations:
      required: true

  - type: textarea
    id: logs
    attributes:
      label: install logs, images or videos
      description: |
        Anything that can help. Please always ATTACH and not paste them.
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage