lets-document.yml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. name: 📄 Let's document
  2. title: "Let's document: "
  3. description: Request creation of multiple related pages (e.g. a utility with multiple subcommands).
  4. labels: new command, help wanted, let's document
  5. body:
  6. - type: textarea
  7. attributes:
  8. label: Command description
  9. description: Describe the commands you want to create.
  10. placeholder: Tell us about the commands!
  11. validations:
  12. required: true
  13. - type: input
  14. attributes:
  15. label: Documentation
  16. description: Link to the official documentation.
  17. placeholder: https://example.com
  18. - type: dropdown
  19. attributes:
  20. label: Platform
  21. description: What platform does the program run on? (Select "Common" if the program works on more than one platform)
  22. options:
  23. - Android
  24. - Common
  25. - FreeBSD
  26. - Linux
  27. - macOS (OS X)
  28. - NetBSD
  29. - OpenBSD
  30. - SunOS
  31. - Windows
  32. validations:
  33. required: true
  34. - type: textarea
  35. attributes:
  36. label: Additional information
  37. description: Provide additional information if the command differs between platforms.
  38. - type: textarea
  39. attributes:
  40. label: Commands
  41. description: List out all the pages you want to create.
  42. placeholder: |
  43. - [] command1
  44. - [] command2
  45. validations:
  46. required: true