lets-document.yml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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: input
  35. attributes:
  36. label: VCS repository link (e.g. GitHub, GitLab)
  37. description: Link to the Version Control System repository if the project is open source.
  38. placeholder: https://github.com/user/repo
  39. - type: textarea
  40. attributes:
  41. label: Additional information
  42. description: Provide additional information if the command differs between platforms.
  43. - type: textarea
  44. attributes:
  45. label: Commands
  46. description: List out all the pages you want to create.
  47. placeholder: |
  48. - [ ] command1 → <PR_NUMBER>
  49. - [ ] command2 → <PR_NUMBER>
  50. validations:
  51. required: true