您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

Feature_request.md 886 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. ---
  2. name: Feature request
  3. about: Suggest an new feature or enhancement for this project
  4. ---
  5. ### Content & configuration
  6. Swagger/OpenAPI definition:
  7. ```yaml
  8. # your YAML here
  9. ```
  10. Swagger-UI configuration options:
  11. ```js
  12. SwaggerUI({
  13. // your config options here
  14. })
  15. ```
  16. ```
  17. ?yourQueryStringConfig
  18. ```
  19. ### Is your feature request related to a problem?
  20. <!--
  21. Please provide a clear and concise description of what the problem is.
  22. "I'm always frustrated when..."
  23. -->
  24. ### Describe the solution you'd like
  25. <!-- A clear and concise description of what you want to happen. -->
  26. ### Describe alternatives you've considered
  27. <!--
  28. A clear and concise description of any alternative solutions or features
  29. you've considered.
  30. -->
  31. ### Additional context
  32. <!-- Add any other context or screenshots about the feature request here. -->