Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

bug_report.md 1.0 KiB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. ---
  2. name: Bug report
  3. about: Create a report to help us improve.
  4. title: ''
  5. labels: 'bug'
  6. assignees: ''
  7. ---
  8. ### Describe the bug
  9. A clear and concise description of what the bug is.
  10. ### Which project is your bug related to?
  11. <!-- Remove the items which don't apply from the following list -->
  12. - Client
  13. - ManagedClient
  14. - MQTTnet.Server standalone
  15. - Server
  16. - Generic
  17. ### To Reproduce
  18. Steps to reproduce the behavior:
  19. 1. Using this version of MQTTnet '...'.
  20. 2. Run this code '....'.
  21. 3. With these arguments '....'.
  22. 4. See error.
  23. ### Expected behavior
  24. A clear and concise description of what you expected to happen.
  25. ### Screenshots
  26. If applicable, add screenshots to help explain your problem.
  27. ### Additional context / logging
  28. Add any other context about the problem here.
  29. Include debugging or logging information here:
  30. ```batch
  31. \\ Put your logging output here.
  32. ```
  33. ### Code example
  34. Please provide full code examples below where possible to make it easier for the developers to check your issues.
  35. ```csharp
  36. \\ Put your code here.
  37. ```