123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- name: "\U0001F41B Bug Report"
- description: Report an issue or possible bug
- title: "\U0001F41B BUG:"
- labels: []
- assignees: []
- body:
- - type: markdown
- attributes:
- value: |
- ### Thank you for taking the time to file a bug report!
- Please fill out this form as completely as possible.
- - type: input
- id: version
- attributes:
- label: What version of `nebula` are you using? (`nebula -version`)
- placeholder: 0.0.0
- validations:
- required: true
- - type: input
- id: os
- attributes:
- label: What operating system are you using?
- description: iOS and Android specific issues belong in the [mobile_nebula](https://github.com/DefinedNet/mobile_nebula) repo.
- placeholder: Linux, Mac, Windows
- validations:
- required: true
- - type: textarea
- id: description
- attributes:
- label: Describe the Bug
- description: A clear and concise description of what the bug is.
- validations:
- required: true
- - type: textarea
- id: logs
- attributes:
- label: Logs from affected hosts
- description: |
- 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!
- [Learn how to find Nebula logs here.](https://nebula.defined.net/docs/guides/viewing-nebula-logs/)
- Improve formatting by using <code>```</code> at the beginning and end of each log block.
- value: |
- ```
- ```
- validations:
- required: true
- - type: textarea
- id: configs
- attributes:
- label: Config files from affected hosts
- description: |
- Provide config files for all affected hosts.
- Improve formatting by using <code>```</code> at the beginning and end of each config file.
- value: |
- ```
- ```
- validations:
- required: true
|