page-translation.yml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. name: 📄 Page translation request
  2. title: "page translation: "
  3. description: Page translation request template.
  4. labels: translation
  5. body:
  6. - type: textarea
  7. attributes:
  8. label: Command description
  9. description: Describe a command you want to be translated.
  10. placeholder: Tell us what TLDR page you want to see in your language!
  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: dropdown
  19. attributes:
  20. label: OS
  21. description: Select an operating system category which this command falls into.
  22. multiple: false
  23. options:
  24. - Linux
  25. - Android
  26. - macOS
  27. - Windows
  28. - General
  29. - Other
  30. validations:
  31. required: true
  32. - type: input
  33. attributes:
  34. label: OS details
  35. description: Describe any details related to an operating system.
  36. placeholder: |
  37. e.g. OS version obtained via:
  38. `uname -a` for Linux
  39. `sw_vers` for macOS
  40. `ver` for Windows