github.com/bytedance/gopkg@v0.0.0-20240514070511-01b2cbcf35e1/.github/ISSUE_TEMPLATE/bug_report.yml (about)

     1  name: Bug Report
     2  description: File a bug report
     3  labels: ["bug"]
     4  body:
     5    - type: markdown
     6      attributes:
     7        value: |
     8          Thanks for taking the time to fill out this bug report!
     9  
    10    - type: input
    11      attributes:
    12        label: Operating System
    13        description: What operating system are you using?
    14        placeholder: "Example: Debian GNU/Linux 9 (stretch)"
    15      validations:
    16        required: true
    17    - type: input
    18      attributes:
    19        label: Go Version
    20        description: What version of golang are you using?
    21        placeholder: "Example: go1.16.5 linux/amd64"
    22      validations:
    23        required: true
    24    - type: input
    25      attributes:
    26        label: Package Version
    27        description: What version of bytedance/gopkg are you using?
    28        placeholder: "Example: 20210913/main/develop"
    29      validations:
    30        required: true
    31  
    32    - type: textarea
    33      attributes:
    34        label: Affected Packages 
    35        description: Which packages are affected by this issue?
    36        placeholder: |
    37          One package per line, for example:
    38  
    39          - lang/fastrand
    40          - collection/skipset
    41          - ...
    42      validations:
    43        required: true
    44    - type: textarea
    45      attributes:
    46        label: Expected Behavior
    47        description: What did you expect to happen?
    48      validations:
    49        required: true
    50    - type: textarea
    51      attributes:
    52        label: Actual Behavior
    53        description: What actually happened?
    54      validations:
    55        required: true
    56    - type: textarea
    57      attributes:
    58        label: Reproduction Steps
    59        description: How do you trigger this bug? Please walk us through it step by step.
    60        placeholder: |
    61          1.
    62          2.
    63          3.
    64          ...
    65      validations:
    66        required: true
    67  
    68    - type: textarea
    69      attributes:
    70        label: Other Information
    71        description: Do you still need to add any information?