page-modification-request.yml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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: input
  40. attributes:
  41. label: VCS repository link (e.g. GitHub, GitLab)
  42. description: Link to the Version Control System repository if the project is open source.
  43. placeholder: https://github.com/user/repo
  44. - type: textarea
  45. attributes:
  46. label: Additional information
  47. description: Provide additional information if the command differs between platforms.