improve_docs.yml 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. name: "Documentation Issue"
  2. description: Issues related to documentation.
  3. title: "docs: "
  4. labels: [doc]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. _The more information you share, the faster we can help you._
  10. Prior to opening the issue, please make sure that you:
  11. - Use English to communicate.
  12. - Search the [open issues](https://github.com/apache/apisix/issues) and [discussion forum](https://github.com/apache/apisix/discussions) to avoid duplicating the issue.
  13. - type: textarea
  14. id: current-state
  15. attributes:
  16. label: Current State
  17. description: Describe the current state of the documentation.
  18. placeholder: |
  19. The documentation for the API in this page (url) is missing ...
  20. validations:
  21. required: true
  22. - type: textarea
  23. id: desired-state
  24. attributes:
  25. label: Desired State
  26. description: Describe the desired state the documentation should be in.
  27. placeholder: |
  28. There should be line mentioning how the API behaves when ...
  29. validations:
  30. required: true