1
0

page-modification-request.yml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. name: 📄 Page modification request
  2. title: "Page modification request: "
  3. description: Request modification of a page.
  4. labels: page edit, help wanted
  5. body:
  6. - type: textarea
  7. attributes:
  8. label: Command description
  9. description: Describe the command you want the page(s) to be modified.
  10. placeholder: Tell us about the changes in the command!
  11. validations:
  12. required: true
  13. - type: input
  14. attributes:
  15. label: Command details
  16. description: Describe any details related to a command.
  17. placeholder: e.g. command version
  18. - type: input
  19. attributes:
  20. label: Documentation
  21. description: Link to the official documentation.
  22. placeholder: https://example.com
  23. - type: dropdown
  24. attributes:
  25. label: Platform
  26. description: What platform does the program run on? (Select "Common" if the program works on more than one platform)
  27. options:
  28. - Android
  29. - Common
  30. - FreeBSD
  31. - Linux
  32. - macOS (OS X)
  33. - NetBSD
  34. - OpenBSD
  35. - SunOS
  36. - Windows
  37. validations:
  38. required: true
  39. - type: textarea
  40. attributes:
  41. label: Additional information
  42. description: Provide additional information if the command differs between platforms.