github.com/core-coin/go-core/v2@v2.1.9/.github/ISSUE_TEMPLATE/bug.yml (about)

     1  name: Report Bug
     2  description: Create a bug report.
     3  labels:
     4    - bug
     5  body:
     6    - type: markdown
     7      attributes:
     8        value: |
     9          Please, provide as much details as possible to make proper evaluation and in the end resolve the bug report faster.
    10  
    11    - type: markdown
    12      attributes:
    13        value: |
    14          Software specific details.
    15  
    16    - type: input
    17      id: os
    18      attributes:
    19        label: OS and version
    20        description: Name and version of OS used.
    21        placeholder: OS
    22      validations:
    23        required: true
    24  
    25    - type: input
    26      id: version
    27      attributes:
    28        label: Software version
    29        description: Version of software used.
    30        placeholder: Version
    31      validations:
    32        required: true
    33  
    34    - type: textarea
    35      id: bug
    36      attributes:
    37        label: Bug
    38        description: Describe the Bug.
    39        placeholder: Bug description
    40      validations:
    41        required: true
    42  
    43    - type: textarea
    44      id: reproduce
    45      attributes:
    46        label: Reproduce Bug
    47        description: Steps to reproduce the behavior.
    48        placeholder: 1. Step 1
    49      validations:
    50        required: true
    51  
    52    - type: textarea
    53      id: expected
    54      attributes:
    55        label: Expected behavior
    56        description: Describe the result you are expecting.
    57        placeholder: Result
    58      validations:
    59        required: true
    60  
    61    - type: input
    62      id: hash
    63      attributes:
    64        label: Commit hash
    65        description: Commit hash if known.
    66        placeholder: baf2aab0128f07262b564214ec70fc07befc6bb3
    67  
    68    - type: textarea
    69      id: additional
    70      attributes:
    71        label: Additional context
    72        description: Please, place additional content or screenshots.