bug-report.yml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. Please fill out this form as completely as possible.
  12. - type: input
  13. id: version
  14. attributes:
  15. label: What version of `nebula` are you using? (`nebula -version`)
  16. placeholder: 0.0.0
  17. validations:
  18. required: true
  19. - type: input
  20. id: os
  21. attributes:
  22. label: What operating system are you using?
  23. description: iOS and Android specific issues belong in the [mobile_nebula](https://github.com/DefinedNet/mobile_nebula) repo.
  24. placeholder: Linux, Mac, Windows
  25. validations:
  26. required: true
  27. - type: textarea
  28. id: description
  29. attributes:
  30. label: Describe the Bug
  31. description: A clear and concise description of what the bug is.
  32. validations:
  33. required: true
  34. - type: textarea
  35. id: logs
  36. attributes:
  37. label: Logs from affected hosts
  38. description: |
  39. 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!
  40. [Learn how to find Nebula logs here.](https://nebula.defined.net/docs/guides/viewing-nebula-logs/)
  41. Improve formatting by using <code>```</code> at the beginning and end of each log block.
  42. value: |
  43. ```
  44. ```
  45. validations:
  46. required: true
  47. - type: textarea
  48. id: configs
  49. attributes:
  50. label: Config files from affected hosts
  51. description: |
  52. Provide config files for all affected hosts.
  53. Improve formatting by using <code>```</code> at the beginning and end of each config file.
  54. value: |
  55. ```
  56. ```
  57. validations:
  58. required: true