documentation.en.yml 669 B

12345678910111213141516171819202122232425262728
  1. name: "📚 Documentation"
  2. description: "Report missing/incorrect docs or propose improvements."
  3. title: "[Docs]: "
  4. labels: ["documentation"]
  5. body:
  6. - type: textarea
  7. id: issue
  8. attributes:
  9. label: What's wrong / missing?
  10. placeholder: "The docs are unclear about..."
  11. validations:
  12. required: true
  13. - type: input
  14. id: page
  15. attributes:
  16. label: Related page / section
  17. placeholder: "Link or path to the docs page"
  18. validations:
  19. required: false
  20. - type: textarea
  21. id: suggestion
  22. attributes:
  23. label: Suggested change
  24. placeholder: "Proposed wording / examples..."
  25. validations:
  26. required: false