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.8 KiB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. ---
  2. name: Bug report
  3. about: Report an issue you're experiencing
  4. ---
  5. <!---
  6. Thanks for filing a bug report! 😄
  7. Before you submit, please read the following:
  8. If you're here to report a security issue, please STOP writing an issue and
  9. contact us at security@swagger.io instead!
  10. Search open/closed issues before submitting!
  11. Issues on GitHub are only related to problems of Swagger-UI itself. We'll try
  12. to offer support here for your use case, but we can't offer help with projects
  13. that use Swagger-UI indirectly, like Springfox or swagger-node.
  14. Likewise, we can't accept bugs in the Swagger/OpenAPI specifications
  15. themselves, or anything that violates the specifications.
  16. -->
  17. ### Q&A (please complete the following information)
  18. - OS: [e.g. macOS]
  19. - Browser: [e.g. chrome, safari]
  20. - Version: [e.g. 22]
  21. - Method of installation: [e.g. npm, dist assets]
  22. - Swagger-UI version: [e.g. 3.10.0]
  23. - Swagger/OpenAPI version: [e.g. Swagger 2.0, OpenAPI 3.0]
  24. ### Content & configuration
  25. <!--
  26. Provide us with a way to see what you're seeing,
  27. so that we can fix your issue.
  28. -->
  29. Example Swagger/OpenAPI definition:
  30. ```yaml
  31. # your YAML here
  32. ```
  33. Swagger-UI configuration options:
  34. ```js
  35. SwaggerUI({
  36. // your config options here
  37. })
  38. ```
  39. ```
  40. ?yourQueryStringConfig
  41. ```
  42. ### Describe the bug you're encountering
  43. <!-- A clear and concise description of what the bug is. -->
  44. ### To reproduce...
  45. Steps to reproduce the behavior:
  46. 1. Go to '...'
  47. 2. Click on '....'
  48. 3. Scroll down to '....'
  49. 4. See error
  50. ### Expected behavior
  51. <!-- A clear and concise description of what you expected to happen. -->
  52. ### Screenshots
  53. <!-- If applicable, add screenshots to help explain your problem. -->
  54. ### Additional context or thoughts
  55. <!-- Add any other context about the problem here. -->