03-documentation.yml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms
  2. # https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema
  3. name: "Documentation"
  4. description: "There's a documentation issue?"
  5. title: "[DOCS] "
  6. labels: ["docs"]
  7. body:
  8. - type: markdown
  9. attributes:
  10. value: "There's an issue with the documentation or you have a proposal for an addition?\nPlease help us to improve this project and fill out the following form.\nIf you have a question or an issue that has nothing to do with the documentation, please go to [the discussions section](../discussions) instead. Thanks!"
  11. - type: textarea
  12. validations:
  13. required: true
  14. attributes:
  15. label: "Description"
  16. description: "Please describe the documentation issue or addition."
  17. placeholder: "A clear and concise description of the issue or addition"
  18. - type: textarea
  19. validations:
  20. required: false
  21. attributes:
  22. label: "Proposed change/addition"
  23. description: "If applicable, please add the proposed change here."
  24. placeholder: "The new or changed documentation text"
  25. - type: textarea
  26. validations:
  27. required: false
  28. attributes:
  29. label: "Additional context"
  30. description: "Add any other context here, for example a link to the current documentation or an issue/discussion for reference."
  31. - type: markdown
  32. attributes:
  33. value: "Thanks for taking the time to fill out this issue report!"