docs.yml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. name: 📚 Documentation
  2. description: Report an issue with Vben Admin Website to help us make it better.
  3. title: 'Docs: '
  4. labels: [documentation]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. Thanks for taking the time to fill out this issue!
  10. - type: checkboxes
  11. id: documentation_is
  12. attributes:
  13. label: Documentation is
  14. options:
  15. - label: Missing
  16. - label: Outdated
  17. - label: Confusing
  18. - label: Not sure?
  19. - type: textarea
  20. id: description
  21. attributes:
  22. label: Explain in Detail
  23. description: A clear and concise description of your suggestion. If you intend to submit a PR for this issue, tell us in the description. Thanks!
  24. placeholder: The description of ... page is not clear. I thought it meant ... but it wasn't.
  25. validations:
  26. required: true
  27. - type: textarea
  28. id: suggestion
  29. attributes:
  30. label: Your Suggestion for Changes
  31. validations:
  32. required: true
  33. - type: textarea
  34. id: reproduction-steps
  35. attributes:
  36. label: Steps to reproduce
  37. description: Please provide any reproduction steps that may need to be described. E.g. if it happens only when running the dev or build script make sure it's clear which one to use.
  38. placeholder: Run `pnpm install` followed by `pnpm run docs:dev`