github.com/slackhq/nebula@v1.9.0/.github/ISSUE_TEMPLATE/bug-report.yml (about)

     1  name: "\U0001F41B Bug Report"
     2  description: Report an issue or possible bug
     3  title: "\U0001F41B BUG:"
     4  labels: []
     5  assignees: []
     6  body:
     7    - type: markdown
     8      attributes:
     9        value: |
    10          ### Thank you for taking the time to file a bug report!
    11  
    12          Please fill out this form as completely as possible.
    13  
    14    - type: input
    15      id: version
    16      attributes:
    17        label: What version of `nebula` are you using? (`nebula -version`)
    18        placeholder: 0.0.0
    19      validations:
    20        required: true
    21  
    22    - type: input
    23      id: os
    24      attributes:
    25        label: What operating system are you using?
    26        description: iOS and Android specific issues belong in the [mobile_nebula](https://github.com/DefinedNet/mobile_nebula) repo.
    27        placeholder: Linux, Mac, Windows
    28      validations:
    29        required: true
    30  
    31    - type: textarea
    32      id: description
    33      attributes:
    34        label: Describe the Bug
    35        description: A clear and concise description of what the bug is.
    36      validations:
    37        required: true
    38  
    39    - type: textarea
    40      id: logs
    41      attributes:
    42        label: Logs from affected hosts
    43        description: |
    44          Please provide logs from ALL affected hosts during the time of the issue. If you do not provide logs we will be unable to assist you!
    45  
    46          [Learn how to find Nebula logs here.](https://nebula.defined.net/docs/guides/viewing-nebula-logs/)
    47  
    48          Improve formatting by using <code>```</code> at the beginning and end of each log block.
    49        value: |
    50          ```
    51  
    52          ```
    53      validations:
    54        required: true
    55  
    56    - type: textarea
    57      id: configs
    58      attributes:
    59        label: Config files from affected hosts
    60        description: |
    61          Provide config files for all affected hosts.
    62  
    63          Improve formatting by using <code>```</code> at the beginning and end of each config file.
    64        value: |
    65          ```
    66  
    67          ```
    68      validations:
    69        required: true