github.com/cilium/ebpf@v0.15.0/.github/ISSUE_TEMPLATE/bug_report.yml (about)

     1  name: Bug report
     2  description: Create a report to help us improve
     3  labels: ["bug"]
     4  assignees: []
     5  
     6  body:
     7    - type: markdown
     8      attributes:
     9        value: "Thank you for reporting a bug. Please fill out the fields below."
    10  
    11    - type: textarea
    12      attributes:
    13        label: Describe the bug
    14        description: |
    15          A clear and concise description of what the bug is.
    16          Include what you expected to happen instead.
    17        render: markdown
    18      validations:
    19          required: true
    20  
    21    - type: textarea
    22      attributes:
    23        label: How to reproduce
    24        description: "Steps to reproduce the behavior."
    25        render: shell
    26      validations:
    27          required: true
    28  
    29    - type: input
    30      id: version
    31      attributes:
    32        label: Version information
    33        description: The output of `go list -m github.com/cilium/ebpf`.
    34        placeholder: github.com/cilium/ebpf vX.Y.Z
    35      validations:
    36          required: true