Add link to logs guide in bug report template (#1065)

This commit is contained in:
John Maguire 2024-02-01 12:40:23 -05:00 committed by GitHub
parent e3f5a129c1
commit 8822f1366c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@ body:
attributes: attributes:
value: | value: |
### Thank you for taking the time to file a bug report! ### Thank you for taking the time to file a bug report!
Please fill out this form as completely as possible. Please fill out this form as completely as possible.
- type: input - type: input
id: version id: version
attributes: attributes:
label: What version of `nebula` are you using? label: What version of `nebula` are you using? (`nebula -version`)
placeholder: 0.0.0 placeholder: 0.0.0
validations: validations:
required: true required: true
@ -41,10 +41,17 @@ body:
attributes: attributes:
label: Logs from affected hosts label: Logs from affected hosts
description: | description: |
Provide logs from all affected hosts during the time of the issue. 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. Improve formatting by using <code>```</code> at the beginning and end of each log block.
value: |
```
```
validations: validations:
required: false required: true
- type: textarea - type: textarea
id: configs id: configs
@ -52,6 +59,11 @@ body:
label: Config files from affected hosts label: Config files from affected hosts
description: | description: |
Provide config files for all affected hosts. Provide config files for all affected hosts.
Improve formatting by using <code>```</code> at the beginning and end of each config file. Improve formatting by using <code>```</code> at the beginning and end of each config file.
value: |
```
```
validations: validations:
required: false required: true